Skip to content

Commit 21fbab9

Browse files
perf: Ai model validate error msg
1 parent 907a362 commit 21fbab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/system/model/Model.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const activeName = ref('')
3535
const activeType = ref('')
3636
const modelFormRef = ref()
3737
const cardRefs = ref<any[]>([])
38-
const showCardError = ref(true)
38+
const showCardError = ref(true) // if you don`t want card mask error, just change this to false
3939
reactive({
4040
form: {
4141
id: '',

0 commit comments

Comments
 (0)