mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
Return undefined => return null
This commit is contained in:
parent
4ade45e67a
commit
1567ab0cb8
|
@ -418,7 +418,7 @@ export default class PermissionGrid<CustomAttrs extends IPermissionGridAttrs = I
|
|||
});
|
||||
}
|
||||
|
||||
return undefined;
|
||||
return null;
|
||||
},
|
||||
},
|
||||
100
|
||||
|
|
Loading…
Reference in New Issue
Block a user