New Backend changes
This commit is contained in:
@@ -27,8 +27,6 @@ const props = defineProps({
|
||||
|
||||
let type = ref("")
|
||||
|
||||
|
||||
|
||||
const dataStore = useDataStore()
|
||||
const tempStore = useTempStore()
|
||||
|
||||
@@ -42,6 +40,7 @@ const columns = computed(() => dataType.templateColumns.filter((column) => !colu
|
||||
const loaded = ref(false)
|
||||
|
||||
const setup = () => {
|
||||
|
||||
if(!props.type && props.tabLabel ) {
|
||||
if(props.tabLabel === "Aufgaben") {
|
||||
type.value = "tasks"
|
||||
|
||||
Reference in New Issue
Block a user