Skip to content

Commit

Permalink
Fixed build 'show-default-buttons = true' error in InititalJobConfigu…
Browse files Browse the repository at this point in the history
…ration and JobConfiguration (#2zb7dhk)
  • Loading branch information
k2maan committed Nov 9, 2022
1 parent 83ae8ea commit f6a984a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/InitialJobConfiguration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
hour-cycle="h23"
:value="runTime ? getDateTime(runTime) : ''"
@ionChange="updateRunTime($event, currentJob)"
:show-default-buttons="true"
/>
</ion-content>
</ion-modal>
Expand Down
1 change: 0 additions & 1 deletion src/components/JobConfiguration.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
hour-cycle="h23"
:value="runTime ? getDateTime(runTime) : ''"
@ionChange="updateRunTime($event, currentJob)"
:show-default-buttons="true"
/>
</ion-content>
</ion-modal>
Expand Down

0 comments on commit f6a984a

Please sign in to comment.