Skip to content

Commit

Permalink
fix: updated window title based on edit/add
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Mar 28, 2023
1 parent 3bddaee commit 48807eb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .husky/commit-ms
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

commitlint --edit
Empty file added .scannerwork/.sonar_lock
Empty file.
6 changes: 6 additions & 0 deletions .scannerwork/report-task.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
projectKey=weather-station-api
serverUrl=http://localhost:9000
serverVersion=9.5.0.56709
dashboardUrl=http://localhost:9000/dashboard?id=weather-station-api
ceTaskId=AYI00Xnf7djv50cy1Ibn
ceTaskUrl=http://localhost:9000/api/ce/task?id=AYI00Xnf7djv50cy1Ibn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ion-header>
<ion-toolbar>
<ion-title>Add vintage</ion-title>
<ion-title>{{ vintage ? 'Edit vintage' : 'Add vintage'}}</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
Expand Down

0 comments on commit 48807eb

Please sign in to comment.