Skip to content

Commit

Permalink
Merge pull request #277 from k2maan/#2zb7dhk
Browse files Browse the repository at this point in the history
Fixed build fail by removing 'show-default-buttons = true' error in InititalJobConfiguration and JobConfiguration (#2zb7dhk)
adityasharma7 authored Nov 9, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 83ae8ea + f6a984a commit 2a5ff09
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
@@ -24,7 +24,6 @@
hour-cycle="h23"
:value="runTime ? getDateTime(runTime) : ''"
@ionChange="updateRunTime($event, currentJob)"
:show-default-buttons="true"
/>
</ion-content>
</ion-modal>
1 change: 0 additions & 1 deletion src/components/JobConfiguration.vue
Original file line number Diff line number Diff line change
@@ -29,7 +29,6 @@
hour-cycle="h23"
:value="runTime ? getDateTime(runTime) : ''"
@ionChange="updateRunTime($event, currentJob)"
:show-default-buttons="true"
/>
</ion-content>
</ion-modal>

0 comments on commit 2a5ff09

Please sign in to comment.