From 9af9dc4a3fdbbe5844832eea527769fc042a334b Mon Sep 17 00:00:00 2001 From: ArneBo Date: Mon, 20 Jan 2025 14:00:50 +0100 Subject: [PATCH] fix(pre-commit) --- front/ui-docs/components/ui/popover.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/ui-docs/components/ui/popover.md b/front/ui-docs/components/ui/popover.md index c6266d98e..179839a9f 100644 --- a/front/ui-docs/components/ui/popover.md +++ b/front/ui-docs/components/ui/popover.md @@ -364,7 +364,7 @@ const open = ref(false) PopoverItem supports an `icon` prop to easily add icons to menu items. The icon prop accepts standard Bootstrap icon classes. | Prop | Data type | Required? | Description | -|--------|-----------|-----------|------------------------------------------------| +| ------ | --------- | --------- | ----------------------------------------------- | | `icon` | String | No | Bootstrap icon class to display before the item | ```vue-html