fix: remove all 'Сохранение...' text, show toast popup on save instead

This commit is contained in:
2026-03-24 22:44:22 +03:00
parent 0ae8f57cde
commit 8ecebe686c
2 changed files with 12 additions and 23 deletions

View File

@@ -531,7 +531,6 @@ export default function OpenDayAdminPage() {
<div className="flex items-center justify-between">
<div>
<h1 className="text-2xl font-bold">День открытых дверей</h1>
{saving && <span className="text-xs text-neutral-500">Сохранение...</span>}
</div>
<button
onClick={deleteEvent}