fix(#15): Fix several UI bugs

This commit is contained in:
2025-11-20 17:46:41 +01:00
parent 176c3630b9
commit 1bf34f350c
7 changed files with 70 additions and 58 deletions

View File

@@ -40,16 +40,6 @@ export async function useApplicationFormNavigation(applicationFormId: string) {
]
])
const dropdownItems = [
[
{
label: 'Neuer Mitbestimmungsantrag',
icon: 'i-lucide-send',
to: '/create'
}
]
]
function updateApplicationForm(updatedForm: ApplicationFormDto) {
data.value = updatedForm
}
@@ -57,7 +47,6 @@ export async function useApplicationFormNavigation(applicationFormId: string) {
return {
applicationForm,
navigationLinks,
dropdownItems,
refresh,
updateApplicationForm,
error