add user edition to admin panel
This commit is contained in:
@@ -46,8 +46,14 @@
|
||||
],
|
||||
[
|
||||
{ key: 'username', type: 'text', label: 'Spielername', options: { required: true } },
|
||||
{ key: 'uuid', type: 'text', label: 'UUID', default: null }
|
||||
]
|
||||
{
|
||||
key: 'edition',
|
||||
type: 'select',
|
||||
label: 'Edition',
|
||||
options: { values: { java: 'Java', bedrock: 'Bedrock' }, required: true }
|
||||
}
|
||||
],
|
||||
[{ key: 'uuid', type: 'text', label: 'UUID', default: null, options: { dynamicWidth: true } }]
|
||||
]}
|
||||
onSubmit={addUser}
|
||||
bind:open={createPopupOpen}
|
||||
|
||||
Reference in New Issue
Block a user