Skip to content

Commit

Permalink
Improved: Code by removing unwanted import of saveOutline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritika-Patel08 committed Mar 1, 2024
1 parent 56260ba commit aa91c1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/CreateVirtualFacilityModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import {
modalController
} from "@ionic/vue";
import { defineComponent } from "vue";
import { addOutline, closeOutline, saveOutline } from "ionicons/icons";
import { addOutline, closeOutline } from "ionicons/icons";
import { translate } from '@hotwax/dxp-components'
import { FacilityService } from "@/services/FacilityService";
import { mapGetters, useStore } from 'vuex'
Expand Down Expand Up @@ -175,7 +175,6 @@ export default defineComponent({
const store = useStore();
return {
addOutline,
closeOutline,
store,
saveOutline,

Check failure on line 180 in src/components/CreateVirtualFacilityModal.vue

View workflow job for this annotation

GitHub Actions / call-workflow-in-another-repo / reusable_workflow_job (18.x)

'saveOutline' is not defined

Check failure on line 180 in src/components/CreateVirtualFacilityModal.vue

View workflow job for this annotation

GitHub Actions / call-workflow-in-another-repo / reusable_workflow_job (20.x)

'saveOutline' is not defined
Expand Down

0 comments on commit aa91c1a

Please sign in to comment.