mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +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…
x
Reference in New Issue
Block a user