Update dirty forms editor (#119)
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
<p class="text-gray-600 text-sm">{{notification.text}}</p>
|
||||
<div class="w-full flex gap-2 mt-1">
|
||||
<v-button color="blue" size="small" @click.prevent="notification.success();close(notification.id)">Yes</v-button>
|
||||
<v-button color="transparent" size="small" @click.prevent="notification.failure();close(notification.id)">No</v-button>
|
||||
<v-button color="gray" shade="light" size="small" @click.prevent="notification.failure();close(notification.id)">No</v-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user