mirror of
https://github.com/directus/directus.git
synced 2026-02-10 06:15:04 -05:00
Remove cancel from permissions setup
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="actions">
|
||||
<v-button secondary :to="`/settings/roles/${roleKey || 'public'}`">{{ $t('cancel') }}</v-button>
|
||||
<v-button @click="save" :loading="loading">{{ $t('save') }}</v-button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user