Skip to content

Commit

Permalink
- remove action-sheet cancel button
Browse files Browse the repository at this point in the history
  • Loading branch information
cioraneanu committed Oct 18, 2024
1 parent 20e3136 commit 01828ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/composables/useActionSheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export function useActionSheet() {
'onUpdate:show': (newValue) => {
isVisible.value = newValue
},
cancelText: 'Cancel',
actions: actions.value,
}, {
action: ({ action, index }) => h('div', `${action.name}`)
Expand Down

0 comments on commit 01828ac

Please sign in to comment.