fix: various menu fixes

This commit is contained in:
2025-04-23 11:08:05 +02:00
parent e2ef6767f8
commit d15e09d468

View File

@@ -20,7 +20,7 @@
<span>{{element.day.format('DD.MM.YYYY')}}r.</span> <span>{{element.day.format('DD.MM.YYYY')}}r.</span>
<p>{{element.day.format('dddd')}}</p> <p>{{element.day.format('dddd')}}</p>
<app-field-editor category="Nazwa" [(word)]="element.dayTitle" (wordChange)="editTitle(element._id)"/><br><hr> <app-field-editor category="Nazwa" [(word)]="element.dayTitle" (wordChange)="editTitle(element._id)"/><br><hr>
<button (click)="">Usuń dzień</button> <button (click)="remove(element._id)">Usuń dzień</button>
</td> </td>
</div> </div>
<div matColumnDef="sn"> <div matColumnDef="sn">