Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
prachi00 committed Apr 8, 2023
1 parent f404f86 commit c900779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/src/components/NeoModal/NeoModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const props = defineProps<{
const emit = defineEmits(['close'])
let isImageModalActive = useVModel(props, 'value')
const isImageModalActive = useVModel(props, 'value')
const updateClose = () => {
emit('close', false)
Expand Down

0 comments on commit c900779

Please sign in to comment.