diff --git a/components/creator/stickers/DataTable.vue b/components/creator/stickers/DataTable.vue
index 44822a6..8b91a96 100644
--- a/components/creator/stickers/DataTable.vue
+++ b/components/creator/stickers/DataTable.vue
@@ -5,13 +5,11 @@
-
@@ -74,23 +72,24 @@
- This action will delete this sticker, all content used it will no longer show your sticker.
- But the attachment will still exists.
+ This action will delete this sticker, all content used it will no longer show your sticker. But the
+ attachment will still exists.
-
+ { deleteSticker(item); isActive.value = false }"
+ @click="
+ () => {
+ deleteSticker(item)
+ isActive.value = false
+ }
+ "
/>
@@ -99,7 +98,7 @@
-
+
diff --git a/layouts/dev-portal.vue b/layouts/dev-portal.vue
index e4e4fa6..5ffdfff 100644
--- a/layouts/dev-portal.vue
+++ b/layouts/dev-portal.vue
@@ -1,17 +1,10 @@
-
-
-
-