Update dirty forms editor (#119)

This commit is contained in:
Chirag Chhatrala
2023-05-21 23:04:47 +05:30
committed by GitHub
parent d2f4c1f358
commit 5087724847
4 changed files with 76 additions and 3 deletions

View File

@@ -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>