chore: feat/null_besucher → main (Version 1.10.3)

This commit is contained in:
2026-07-07 12:47:04 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ export default function LogbuchForm({ kuppel, currentUserBeo, editEntry, onSaved
setError('');
setSuccess(false);
if (showBesucher && besucher === '') {
if (showBesucher && artFuehrung !== 'Beob' && besucher === '') {
setError('Bitte Besucherzahl eingeben.');
return;
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "logbuch",
"version": "1.10.2",
"version": "1.10.3",
"private": true,
"scripts": {
"dev": "next dev",