From 4e3b957dff83139b6b18dda3fabf531047842668 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Fri, 3 Jan 2025 11:37:39 +0100 Subject: [PATCH] refactor: using another markdown syntax for this one --- packages/components/src/components/tag/model.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/src/components/tag/model.ts b/packages/components/src/components/tag/model.ts index 1a6b94cf68f..e949a695c2f 100644 --- a/packages/components/src/components/tag/model.ts +++ b/packages/components/src/components/tag/model.ts @@ -15,8 +15,8 @@ export type TagBehaviourType = (typeof TagBehaviourList)[number]; export type DBTagDefaultProps = { /** * Defines the behaviour of the component: - * - static: default behaviour without remove button - * - removable: add a remove button at the end of the tag + * * static: default behaviour without remove button + * * removable: add a remove button at the end of the tag */ behaviour?: TagBehaviourType;