Skip to content

Commit

Permalink
Update EmojiPickerModal.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear authored Mar 5, 2024
1 parent 6911912 commit d405b40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/web-pkg/src/components/Modals/EmojiPickerModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ export default defineComponent({
name: 'EmojiPickerModal',
components: {},
props: {
modal: { type: Object as PropType<Modal>, required: true },
spaces: {
type: Array as PropType<SpaceResource[]>,
required: true
}
modal: { type: Object as PropType<Modal>, required: true }
},
emits: ['confirm'],
setup(props, { emit }) {
Expand Down

0 comments on commit d405b40

Please sign in to comment.