add permission role
This commit is contained in:
@@ -76,6 +76,7 @@ const onConfirm = () => {
|
||||
:color="props.cancelColor"
|
||||
variant="tonal"
|
||||
flat
|
||||
prepend-icon="mdi-cancel"
|
||||
:disabled="props.loading"
|
||||
@click="onCancel"
|
||||
>
|
||||
@@ -86,6 +87,7 @@ const onConfirm = () => {
|
||||
:color="props.confirmColor"
|
||||
variant="tonal"
|
||||
flat
|
||||
prepend-icon="mdi-check"
|
||||
:loading="props.loading"
|
||||
:disabled="props.loading"
|
||||
@click="onConfirm"
|
||||
|
||||
Reference in New Issue
Block a user