Deprecated absencerequests as non Standard Entity
Added Respective Rights Changes to show title
This commit is contained in:
@@ -76,8 +76,6 @@ const loadOptions = async () => {
|
||||
}
|
||||
})
|
||||
|
||||
console.log(optionsToLoad)
|
||||
|
||||
for await(const option of optionsToLoad) {
|
||||
if(option.option === "countrys") {
|
||||
loadedOptions.value[option.option] = (await supabase.from("countrys").select()).data
|
||||
@@ -91,8 +89,6 @@ const loadOptions = async () => {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
console.log(loadedOptions.value)
|
||||
}
|
||||
|
||||
loadOptions()
|
||||
|
||||
Reference in New Issue
Block a user