Skip to content

Commit

Permalink
Update hideButtons properties. #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgevillaverde-sitewhere committed Jan 6, 2019
1 parent d975cc8 commit 81f9c73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components/assignments/AssignmentDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<base-dialog :title="title" :width="width" :visible="dialogVisible"
:createLabel="createLabel" :cancelLabel="cancelLabel" :error="error"
@createClicked="onCreateClicked" @cancelClicked="onCancelClicked"
hideButtons="true">
:hideButtons="true">
<v-stepper v-model="step">
<v-stepper-header>
<v-stepper-step step="1" :complete="firstPageComplete">
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/commands/CommandDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<base-dialog :title="title" :width="width" :visible="dialogVisible"
:createLabel="createLabel" :cancelLabel="cancelLabel" :error="error"
@createClicked="onCreateClicked" @cancelClicked="onCancelClicked"
hideButtons="true">
:hideButtons="true">
<v-stepper v-model="step">
<v-stepper-header>
<v-stepper-step step="1" :complete="step > 1">Command</v-stepper-step>
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/components/devices/DeviceDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<base-dialog :title="title" :width="width" :visible="dialogVisible"
:createLabel="createLabel" :cancelLabel="cancelLabel" :error="error"
@createClicked="onCreateClicked" @cancelClicked="onCancelClicked"
hideButtons="true">
:hideButtons="true">
<v-stepper v-model="step">
<v-stepper-header>
<v-stepper-step step="1" :complete="step > 1">Device</v-stepper-step>
Expand Down

0 comments on commit 81f9c73

Please sign in to comment.