fix: 0 bzw. keine Besucher bei 'Beobachtung' akzeptiert — Version 1.10.3

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-07 12:47:04 +02:00
parent 9363e17de3
commit 4e4ea7f86b
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;
}