aboutsummaryrefslogtreecommitdiff
path: root/src/components/brands_table.vue
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-02-11 12:43:13 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-02-11 12:43:13 +0530
commita26ab9f60314420aad1c7d2a328d299f503532fa (patch)
treec71eac7944bde25a0a4ec383ac3fd5030e7ac61a /src/components/brands_table.vue
parentbc639c89eb5530e7ffeae864ec7fa170e5faccc2 (diff)
removed annoying notifications on HTTP 204
Diffstat (limited to 'src/components/brands_table.vue')
-rw-r--r--src/components/brands_table.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/brands_table.vue b/src/components/brands_table.vue
index 20429ec..3a604b1 100644
--- a/src/components/brands_table.vue
+++ b/src/components/brands_table.vue
@@ -32,6 +32,10 @@ const handleDelete = async (id) => {
</div>
</div>
+ <div v-else-if="props.brands.length === 0" class="w-100 d-flex justify-content-center">
+ <p>No brands added!</p>
+ </div>
+
<table v-else class="table table-striped table-hover">
<thead>
<tr>