mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve generic components
This commit is contained in:
@@ -286,8 +286,8 @@
|
||||
<div class="event-details bg-blue ">
|
||||
|
||||
<!-- New -->
|
||||
<app-new-event *ngIf="mobileComponent.showAddNewEvent"
|
||||
style="height: 100%;display: flex;flex-wrap: wrap;"
|
||||
<app-new-event *ngIf="mobileComponent.showAddNewEvent"
|
||||
|
||||
|
||||
[profile]="profile"
|
||||
[selectedSegment]=segment
|
||||
@@ -296,8 +296,7 @@
|
||||
|
||||
></app-new-event>
|
||||
<!-- Edit -->
|
||||
<app-edit-event *ngIf="mobileComponent.showEditEvent"
|
||||
style="height: 100%;display: flex;flex-wrap: wrap;"
|
||||
<app-edit-event *ngIf="mobileComponent.showEditEvent"
|
||||
|
||||
[profile]="profile"
|
||||
[selectedSegment]="segment"
|
||||
|
||||
Reference in New Issue
Block a user