Skip to content

Commit

Permalink
bsserverdemo : Fix regression from accc643 in bootstrap wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed May 12, 2022
1 parent 38d23b8 commit ff4f0ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
required
dense
@input="updatePath(index, $event)"
:append-outer-icon="$icon.mdiDelete"
:append-outer-icon="$icons.mdiDelete"
@click:append-outer="removePath(index)"
></v-text-field>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
v-on="on"
title="Composite Operation Settings"
>
<v-icon small> {{$icons.mdiTune}</v-icon>
<v-icon small> {{ $icons.mdiTune }}</v-icon>
</v-btn>
</template>
</composite-operation-setting-menu>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
small
v-show="state.compositeObserved[compositeObservationKey]"
:title="compositeObservationKey + ' observed'"
>{{ icons.mdiEyeOutline }}</v-icon
>{{ $icons.mdiEyeOutline }}</v-icon
>
</h3>
<p>
Expand Down

0 comments on commit ff4f0ac

Please sign in to comment.