Skip to content

Commit fdd012b

Browse files
Cleaning
1 parent b8842ab commit fdd012b

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/plugin/utils/props.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export const sharedProps = {
2121
// ? If true, the field will not save to the database. Emits update:model-value - [ All Fields ] //
2222
doNotSave: false,
2323

24+
// ? Text to display when the field is empty - [ v-textarea, v-text-field ] //
2425
emptyText: 'empty',
2526

2627
// ? If set to true will only show the field - [ All Fields ] //
@@ -167,18 +168,6 @@ const switchProps = {
167168
...{
168169
// ? The icon of the field when false - [ v-checkbox ] //
169170
falseIcon: '',
170-
// // ? Displays/Hides the icons //
171-
// icons: {
172-
// default: true,
173-
// required: false,
174-
// type: Boolean,
175-
// },
176-
// // ? The icon of the field when true - [v-checkbox] //
177-
// trueIcon: {
178-
// default: 'mdi mdi-checkbox-outline',
179-
// required: false,
180-
// type: String,
181-
// },
182171
},
183172
};
184173

0 commit comments

Comments
 (0)