B8e23 submission list UI fixes (#426)

* fix password reset bug

* fix vSwitch component, column toggle, table ordering
This commit is contained in:
Favour Olayinka
2024-05-29 10:00:27 +01:00
committed by GitHub
parent 289bdf93e0
commit f9dacd0a74
4 changed files with 14 additions and 10 deletions

View File

@@ -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"])