Many Changes

This commit is contained in:
2024-05-13 10:43:23 +02:00
parent 491d502c40
commit 28ff274107
4 changed files with 507 additions and 1 deletions

View File

@@ -73,7 +73,6 @@ setupPage()
</script>
<template>
{{openTab}}
<UDashboardNavbar
:title="currentItem ? `Kunde: ${currentItem.name}` : (mode === 'create' ? 'Kunde erstellen' : 'Kunde bearbeiten')"
:ui="{center: 'flex items-stretch gap-1.5 min-w-0'}"