1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-02-17 07:41:35 +03:00

Fix error when server-side grouping not enabled

This commit is contained in:
Lim Chee Aun 2024-09-22 14:09:41 +08:00
parent 4c08c3a668
commit 2b988c5669

View file

@ -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,