mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Seach add modal border and fixe momentG
This commit is contained in:
@@ -294,7 +294,7 @@ export class SearchPage implements OnInit {
|
||||
|
||||
const modal = await this.modalController.create({
|
||||
component: SenderPage,
|
||||
cssClass: 'sender',
|
||||
cssClass: 'modal',
|
||||
componentProps: {
|
||||
}
|
||||
});
|
||||
@@ -312,7 +312,7 @@ export class SearchPage implements OnInit {
|
||||
|
||||
const modal = await this.modalController.create({
|
||||
component: OrganicEntityPage,
|
||||
cssClass: 'organicEnity',
|
||||
cssClass: 'modal',
|
||||
componentProps: {
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user