diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-04 15:48:52 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-04 15:48:52 +0530 |
commit | 95d531c8c356cc8e8011b7995b6ef4419c9dc383 (patch) | |
tree | 76c7b1c48288f24116d0ca1deb3afb675151e973 /src/components/customers_table.vue | |
parent | 331a8da55352c736f08339ae6ca0d9e0eb690058 (diff) |
refreshing items when new item is added to invoice0.2.3
Diffstat (limited to 'src/components/customers_table.vue')
-rw-r--r-- | src/components/customers_table.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/customers_table.vue b/src/components/customers_table.vue index 4ff23a8..163c6b1 100644 --- a/src/components/customers_table.vue +++ b/src/components/customers_table.vue @@ -99,7 +99,7 @@ onMounted(() => { <div class="dropdown"> <ul class="dropdown-menu"> <li> - <button class="dropdown-item" v-on:click="console.log('Edit: ', customer.ID)"> + <button class="dropdown-item disabled" v-on:click="console.log('Edit: ', customer.ID)"> Edit Customer </button> </li> |