aboutsummaryrefslogtreecommitdiff
path: root/src/components/items_table.vue
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-04 15:48:52 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-04 15:48:52 +0530
commit95d531c8c356cc8e8011b7995b6ef4419c9dc383 (patch)
tree76c7b1c48288f24116d0ca1deb3afb675151e973 /src/components/items_table.vue
parent331a8da55352c736f08339ae6ca0d9e0eb690058 (diff)
refreshing items when new item is added to invoice0.2.3
Diffstat (limited to 'src/components/items_table.vue')
-rw-r--r--src/components/items_table.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/items_table.vue b/src/components/items_table.vue
index e9f103e..b18c91d 100644
--- a/src/components/items_table.vue
+++ b/src/components/items_table.vue
@@ -110,7 +110,7 @@ onMounted(() => {
<div class="dropdown">
<ul class="dropdown-menu">
<li>
- <button class="dropdown-item" v-on:click="console.log('Edit: ', item.ID)">
+ <button class="dropdown-item disabled" v-on:click="console.log('Edit: ', item.ID)">
Edit Item
</button>
</li>