mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 08:45:32 +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
|
||||
type="button"
|
||||
class="small plain"
|
||||
data-group-keys={_groupKeys.join(' ')}
|
||||
data-group-keys={_groupKeys?.join(' ')}
|
||||
onClick={() => {
|
||||
states.showGenericAccounts = {
|
||||
heading: genericAccountsHeading,
|
||||
|
|
Loading…
Reference in a new issue