1
0
Fork 0
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:
Lim Chee Aun 2024-09-22 14:09:41 +08:00
parent 4c08c3a668
commit 2b988c5669

View file

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