mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-02 06:07:35 +03:00
Fix error when server-side grouping not enabled
This commit is contained in:
parent
4c08c3a668
commit
2b988c5669
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ function Notification({
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="small plain"
|
class="small plain"
|
||||||
data-group-keys={_groupKeys.join(' ')}
|
data-group-keys={_groupKeys?.join(' ')}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
states.showGenericAccounts = {
|
states.showGenericAccounts = {
|
||||||
heading: genericAccountsHeading,
|
heading: genericAccountsHeading,
|
||||||
|
|
Loading…
Add table
Reference in a new issue