feat: remove comments from prioritySelect #2645

Merged
konrad merged 1 commits from dpschen/frontend:feature/streamline-PrioritySelect into main 2022-11-07 11:42:33 +00:00
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) => {