Skip to content

Commit

Permalink
fix: removed unused prop in alert component
Browse files Browse the repository at this point in the history
  • Loading branch information
aAmorim27 committed Oct 30, 2023
1 parent 1c2ae06 commit 02274ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/components/alert/src/alert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ export const alertProps = buildProps({
required: false,
default: undefined,
},
secondaryButtonLabel: {
type: String,
required: false,
default: undefined,
},
closable: {
type: Boolean,
required: false,
Expand Down

0 comments on commit 02274ca

Please sign in to comment.