mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-06 15:03:22 +00:00
feat: get statuses / priorities from their respective tables
- adds schema.sql - format entire codebase
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user