Skip to content

Commit ecace13

Browse files
committed
fix(generic-popover): add missing default value for a prop
1 parent e3df108 commit ecace13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/components/ui/popover/PopoverContent.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const props = withDefaults(
1414
{
1515
align: 'center',
1616
sideOffset: 4,
17+
class: undefined,
1718
},
1819
);
1920
const emits = defineEmits<PopoverContentEmits>();

0 commit comments

Comments
 (0)