Global color schema, remove name and register number access in preferences, add alert in first startup wizard
This commit is contained in:
@@ -53,7 +53,7 @@ const test = ref()
|
||||
<outlined-button
|
||||
@click="filesStore.uploadFile"
|
||||
prepend-icon="mdi-file-upload"
|
||||
color="green"
|
||||
color="success"
|
||||
:disabled="filesStore.fileUploadDir.length == 0 || filesStore.fileUpload == undefined"
|
||||
:loading="filesStore.fetchInProgress"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user