Skip to content

Commit

Permalink
fix: hide demo alert by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Jun 29, 2023
1 parent af11276 commit 617f0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<b-container class="my-md-3">
<b-row>
<b-col cols="12">
<b-alert show variant="warning" fade>Welcome to the demo of PhoneInfoga web client.</b-alert>
<b-alert v-if="isDemo" show variant="warning" fade>Welcome to the demo of PhoneInfoga web client.</b-alert>
<b-alert
v-for="(err, i) in errors"
v-bind:key="i"
Expand Down

1 comment on commit 617f0f8

@NKhgfjhh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TRM

Please sign in to comment.