1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 06:30:53 +02:00

Return undefined => return null

This commit is contained in:
Alexander Skvortsov
2021-12-13 18:55:25 -05:00
parent 4ade45e67a
commit 1567ab0cb8

View File

@@ -418,7 +418,7 @@ export default class PermissionGrid<CustomAttrs extends IPermissionGridAttrs = I
}); });
} }
return undefined; return null;
}, },
}, },
100 100