Tidying in Plants
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<UDashboardNavbar title="Objekte" >
|
||||
<UDashboardNavbar title="Objekte" :badge="filteredRows.length" >
|
||||
<template #right>
|
||||
<UInput
|
||||
id="searchinput"
|
||||
@@ -105,7 +105,6 @@ const selectedItem = ref(0)
|
||||
|
||||
const setupPage = async () => {
|
||||
items.value = await useSupabaseSelect("plants","*, customer(id,name)")
|
||||
console.log(items.value)
|
||||
}
|
||||
|
||||
setupPage()
|
||||
|
||||
Reference in New Issue
Block a user