Skip to content

Commit

Permalink
feat(pdc-dashboard): convert the button-link icon property to enumera…
Browse files Browse the repository at this point in the history
…tion instead of boolean
  • Loading branch information
AliKdhim87 committed Oct 12, 2023
1 parent 3a44d15 commit beb44ce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/pdc-dashboard/src/components/components/button-link.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@
"type": "string",
"required": true
},
"icon": {
"type": "boolean"
},
"label": {
"type": "string"
},
"button_link_appearance": {
"type": "enumeration",
"enum": ["primary", "secondary"]
},
"icon": {
"type": "enumeration",
"enum": ["arrow"]
}
}
}

0 comments on commit beb44ce

Please sign in to comment.