mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
fix
This commit is contained in:
@@ -69,6 +69,7 @@ ion-slide{
|
||||
|
||||
// search result type
|
||||
.options{
|
||||
max-width: 900px;
|
||||
margin-top: 10px;
|
||||
.container{
|
||||
.d-flex{
|
||||
|
||||
@@ -328,8 +328,8 @@ export class SearchPage implements OnInit {
|
||||
|
||||
searchDocumentDate;
|
||||
|
||||
if(this.searchSubject == '') {
|
||||
this.searchSubject = undefined
|
||||
if(this.searchSubject == undefined || this.searchSubject == null) {
|
||||
this.searchSubject = ""
|
||||
}
|
||||
|
||||
if(this.type == "Agenda" ) {
|
||||
|
||||
Reference in New Issue
Block a user