fix(#15): Fix several UI bugs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user