B8e23 submission list UI fixes (#426)
* fix password reset bug * fix vSwitch component, column toggle, table ordering
This commit is contained in:
@@ -23,7 +23,7 @@ import { defineEmits, defineProps } from "vue"
|
||||
const props = defineProps({
|
||||
modelValue: { type: Boolean, default: false },
|
||||
disabled: { type: Boolean, default: false },
|
||||
color: { type: String, default: null },
|
||||
color: { type: String, default: '#3B82F6' },
|
||||
})
|
||||
const emit = defineEmits(["update:modelValue"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user