aboutsummaryrefslogtreecommitdiff
path: root/src/components/brands_table.vue
diff options
context:
space:
mode:
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>