From 4d14243f577b8b3b803736b9eba4d5372df08ad2 Mon Sep 17 00:00:00 2001 From: Ivan Nieto Vivanco Date: Mon, 26 Sep 2022 18:51:13 -0500 Subject: [PATCH] Delete duplicate fields from the importer dropdown menu --- resources/assets/js/components/importer/importer-file.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/assets/js/components/importer/importer-file.vue b/resources/assets/js/components/importer/importer-file.vue index a891b96fdb..58e55496b2 100644 --- a/resources/assets/js/components/importer/importer-file.vue +++ b/resources/assets/js/components/importer/importer-file.vue @@ -150,8 +150,6 @@ assets: [ {id: 'asset_tag', text: 'Asset Tag' }, {id: 'asset_model', text: 'Model Name' }, - {id: 'asset_notes', text: 'Asset Notes' }, - {id: 'model_notes', text: 'Model Notes' }, {id: 'checkout_class', text: 'Checkout Type' }, {id: 'checkout_location', text: 'Checkout Location' }, {id: 'image', text: 'Image Filename' }, @@ -196,7 +194,6 @@ {id: 'address', text: 'Address' }, {id: 'city', text: 'City' }, {id: 'state', text: 'State' }, - {id: 'zip', text: 'ZIP' }, {id: 'country', text: 'Country' }, {id: 'zip', text: 'ZIP' },