Skip to content

Commit

Permalink
feat(BaseButtonAction): remove loading and disabled props from BaseBu…
Browse files Browse the repository at this point in the history
…ttonAction.vue
  • Loading branch information
driss-chelouati committed Dec 17, 2023
1 parent e0704e8 commit 9485f1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/base/BaseButtonAction.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ const props = withDefaults(
type: undefined,
color: undefined,
rounded: undefined,
loading: false,
disabled: false,
},
)
Expand Down

0 comments on commit 9485f1c

Please sign in to comment.