remove error

This commit is contained in:
Peter Maquiran
2023-06-10 20:17:51 +01:00
parent 7eac0a7680
commit 8c34d2d7cf
3 changed files with 8 additions and 8 deletions
@@ -1,5 +1,5 @@
<ion-content class="options-container"> <ion-content class="options-container">
<div class="arrow-right" (click)="close()"> <div class="arrow-right" (click)="goBack('no')">
<button class="btn-no-color"> <button class="btn-no-color">
<ion-icon *ngIf="ThemeService.currentTheme == 'default' "slot="end" class="arrow-right-icon" src='assets/images/icons-arrow-arrow-right.svg'></ion-icon> <ion-icon *ngIf="ThemeService.currentTheme == 'default' "slot="end" class="arrow-right-icon" src='assets/images/icons-arrow-arrow-right.svg'></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" class="arrow-right-icon" src='assets/images/theme/gov/icons-calendar-arrow-right.svg'></ion-icon> <ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" class="arrow-right-icon" src='assets/images/theme/gov/icons-calendar-arrow-right.svg'></ion-icon>
@@ -339,7 +339,7 @@ export class DespachosOptionsPage implements OnInit {
} }
goBack(params) { goBack(params) {
this.popoverController.dismiss() this.popoverController.dismiss(params)
} }
} }
+6 -6
View File
@@ -1,12 +1,12 @@
export let versionData = { export let versionData = {
"shortSHA": "32dfa1251", "shortSHA": "7eac0a768",
"SHA": "32dfa1251776a77a42af72cd6efc1d90bd813f32", "SHA": "7eac0a7680f176287d200eb0d3ee0c7a80a32380",
"branch": "feature/gabinete-search", "branch": "feature/gabinete-search",
"lastCommitAuthor": "'Peter Maquiran'", "lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Sat Jun 10 16:44:19 2023 +0100'", "lastCommitTime": "'Sat Jun 10 17:49:13 2023 +0100'",
"lastCommitMessage": "fixe go back", "lastCommitMessage": "fix",
"lastCommitNumber": "4965", "lastCommitNumber": "4966",
"change": "", "change": "",
"changeStatus": "On branch feature/gabinete-search\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/models/beast-orm.ts\n\tmodified: src/app/pages/gabinete-digital/gabinete-digital.page.ts\n\tmodified: src/app/shared/popover/despachos-options/despachos-options.page.ts\n\tmodified: version/git-version.ts", "changeStatus": "On branch feature/gabinete-search\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/shared/popover/despachos-options/despachos-options.page.html\n\tmodified: src/app/shared/popover/despachos-options/despachos-options.page.ts",
"changeAuthor": "peter.maquiran" "changeAuthor": "peter.maquiran"
} }