From f8ff30156b4978fea7bca76e5c3e1308cc33ce9a Mon Sep 17 00:00:00 2001 From: Piyush Singhania Date: Sun, 21 Nov 2021 21:45:27 +0530 Subject: [PATCH 1/2] Prevented error message on navigation --- models/doctype/Party/PartyWidget.vue | 3 ++- models/doctype/Transaction/Transaction.js | 6 +++--- src/components/SearchBar.vue | 8 +++----- src/components/Sidebar.vue | 11 +++++------ src/pages/Dashboard/UnpaidInvoices.vue | 3 ++- src/pages/GetStarted.vue | 17 +++++++++-------- src/pages/InvoiceForm.vue | 9 ++++----- src/pages/JournalEntryForm.vue | 4 ++-- src/pages/ListView/List.vue | 4 ++-- src/pages/ListView/ListView.vue | 3 ++- src/sidebarConfig.js | 14 ++++---------- src/utils.js | 8 +++++++- 12 files changed, 45 insertions(+), 45 deletions(-) diff --git a/models/doctype/Party/PartyWidget.vue b/models/doctype/Party/PartyWidget.vue index 8ddd452c..8ed0ff2a 100644 --- a/models/doctype/Party/PartyWidget.vue +++ b/models/doctype/Party/PartyWidget.vue @@ -52,6 +52,7 @@