Skip to content

Commit

Permalink
refactor: using another markdown syntax for this one
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Jan 3, 2025
1 parent d78bfa1 commit 4e3b957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/tag/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4e3b957

Please sign in to comment.