Commit 12bee8cb authored by Le Dinh Trung's avatar Le Dinh Trung

fixbug banner

parent 8d626ab0
......@@ -111,7 +111,7 @@
</template>
<v-card>
<v-card-title>
<span class="text-h5">Create Category</span>
<span class="text-h5">Create Banner</span>
</v-card-title>
<v-card-text>
<v-container>
......@@ -336,7 +336,7 @@ export default {
}
})
.then((response) => {
self.$toast.success('Category updated successfully!', {
self.$toast.success('Banner updated successfully!', {
duration: 3000
})
this.editedItem = response.data.data
......@@ -401,7 +401,7 @@ export default {
}
})
.then((response) => {
self.$toast.success('Category deleted successfully!', {
self.$toast.success('Banner deleted successfully!', {
duration: 3000
})
this.getBanners()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment