mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-24 09:50:39 +00:00
- dark mode
- fixes
This commit is contained in:
@@ -132,12 +132,12 @@
|
||||
},
|
||||
deleteItem() {
|
||||
|
||||
if (this.$isThisLocation(['regular-invoice', 'advance-invoice']) && this.clipboard.length > 0) {
|
||||
this.deleteInvoice(this.clipboard[0])
|
||||
if (this.$isThisLocation(['regular-invoice', 'advance-invoice'])) {
|
||||
this.$deleteInvoice(this.clipboard[0])
|
||||
}
|
||||
|
||||
if (this.$isThisLocation('clients') && this.clipboard.length > 0) {
|
||||
this.deleteClient(this.clipboard[0])
|
||||
if (this.$isThisLocation('clients')) {
|
||||
this.$deleteClient(this.clipboard[0])
|
||||
}
|
||||
},
|
||||
editItem() {
|
||||
|
||||
Reference in New Issue
Block a user