Skip to content

Commit

Permalink
Minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodekker committed Dec 8, 2021
1 parent cd76966 commit 9dcfbab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion resources/js/Shared/SelectInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default {
return `select-input-${uuid()}`
},
},
class: String,
error: String,
label: String,
modelValue: [String, Number, Boolean],
Expand Down
1 change: 0 additions & 1 deletion resources/js/Shared/TextInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default {
type: String,
default: 'text',
},
class: String,
error: String,
label: String,
modelValue: String,
Expand Down
1 change: 0 additions & 1 deletion resources/js/Shared/TextareaInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default {
return `textarea-input-${uuid()}`
},
},
class: String,
error: String,
label: String,
modelValue: String,
Expand Down

0 comments on commit 9dcfbab

Please sign in to comment.