Skip to content

Commit

Permalink
display when there are no grids
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Jul 12, 2023
1 parent fea1c31 commit d0b9cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/Grids.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<Layout
v-if="style && solutionsStyle && grids.length"
v-if="style && solutionsStyle"
:eltList="grids"
:onCreate="createGrid"
:onDelete="onDelete"
Expand Down

0 comments on commit d0b9cb8

Please sign in to comment.