feat: get statuses / priorities from their respective tables

- adds schema.sql
- format entire codebase
This commit is contained in:
Abhinav Raut
2024-08-25 18:29:04 +05:30
parent d20469dab8
commit d647d88502
340 changed files with 7251 additions and 6583 deletions

View File

@@ -1,11 +1,11 @@
<script setup>
import { SelectValue } from "radix-vue";
import { SelectValue } from 'radix-vue'
const props = defineProps({
placeholder: { type: String, required: false },
asChild: { type: Boolean, required: false },
as: { type: null, required: false },
});
as: { type: null, required: false }
})
</script>
<template>