Fix lint warnings

This commit is contained in:
Julian Stirling 2025-10-27 18:17:14 +00:00
parent c085d2c0ac
commit a5da5241ae
6 changed files with 29 additions and 31 deletions

View file

@ -95,9 +95,11 @@ export default {
props: {
dataSchema: {
type: Object,
required: true,
},
value: {
type: null,
required: true,
},
label: {
type: String,