fix: remove all 'Сохранение...' text, show toast popup on save instead
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user