mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
ui(admin): add role select for user management
This commit is contained in:
@@ -37,7 +37,7 @@ export default () => {
|
||||
|
||||
<FlashMessageRender byKey={'user:create'} css={tw`mb-4`}/>
|
||||
|
||||
<InformationContainer title={'Create User'} onSubmit={submit}/>
|
||||
<InformationContainer title={'Create User'} onSubmit={submit} role={null}/>
|
||||
</AdminContentBlock>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user