Skip to content

Commit

Permalink
CLDR-16844 Fix vue property for open-dash
Browse files Browse the repository at this point in the history
-Delete extraneous exclamation point
  • Loading branch information
btangmu committed Aug 5, 2024
1 parent 924e68d commit 98d59be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cldr-apps/js/src/views/GeneralInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
@click="insertDashboard"
class="cldr-nav-btn btn-primary open-dash"
type="button"
v-if="!dashButtonShouldBeVisible()"
v-if="dashButtonShouldBeVisible()"
>
Open Dashboard
</button>

<!-- <cldr-overall-errors /> -->
<cldr-overall-errors />
</div>
</template>

Expand Down

0 comments on commit 98d59be

Please sign in to comment.