This commit is contained in:
Peter Maquiran
2023-06-10 10:52:13 +01:00
parent e57e48d9ce
commit ab43d697ea
5 changed files with 215 additions and 13 deletions
+1
View File
@@ -69,6 +69,7 @@ ion-slide{
// search result type
.options{
max-width: 900px;
margin-top: 10px;
.container{
.d-flex{
+2 -2
View File
@@ -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" ) {