chore: minor fix

This commit is contained in:
Shariq Ansari 2024-06-02 00:39:03 +05:30
parent 853c4b5add
commit 3c48422458

View File

@ -44,8 +44,8 @@ const emit = defineEmits(['update'])
const list = defineModel()
const groupByValue = ref({
label: 'Owner',
value: 'owner',
label: '',
value: '',
})
const groupByOptions = createResource({