fix redaction
This commit is contained in:
@@ -149,7 +149,7 @@ onUnmounted(() => window.removeEventListener('keydown', esc))
|
|||||||
<button @click.prevent="destroy(role, refresh)" class="bg-red-600 rounded-md px-3 py-1 transition-all hover:bg-red-700 text-white text-sm">
|
<button @click.prevent="destroy(role, refresh)" class="bg-red-600 rounded-md px-3 py-1 transition-all hover:bg-red-700 text-white text-sm">
|
||||||
<div class="flex items-center space-x-2">
|
<div class="flex items-center space-x-2">
|
||||||
<Icon name="trash" />
|
<Icon name="trash" />
|
||||||
<p class="uppercase">edit</p>
|
<p class="uppercase">delete</p>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user