Skip to content

Commit

Permalink
fix(NcPopover): make popupRole non-required
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Feb 26, 2024
1 parent 2110ea1 commit b826ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcPopover/NcPopoverTriggerProvider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineComponent({
},
popupRole: {
type: String,
required: true,
default: undefined,
},
},
Expand Down

0 comments on commit b826ff8

Please sign in to comment.