feat: remove comments from prioritySelect (#2645)
continuous-integration/drone/push Build is passing Details

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: #2645
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
Dominik Pschenitschni 2022-11-07 11:42:32 +00:00 committed by konrad
parent d9a8382049
commit 6a93701649
1 changed files with 0 additions and 3 deletions

View File

@ -28,13 +28,10 @@ const props = defineProps({
default: false,
},
})
const emit = defineEmits(['update:modelValue'])
const priority = ref(0)
// FIXME: store value outside
// Set the priority to the :value every time it changes from the outside
watch(
() => props.modelValue,
(value) => {