Skip to content

Commit

Permalink
do not render mobile first by default
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Mar 3, 2024
1 parent 7cfd4ca commit 129db75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion streamfy/frontend/src/Streamfy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<b-table
v-else-if="args.component == 'table'"
:data="args.data"
:columns="args.columns">
:columns="args.columns"
:mobile-cards="args['has_mobile_cards'] != undefined ? args['has_mobile_cards'] : false">
</b-table>
</b-field>
</span>
Expand Down

0 comments on commit 129db75

Please sign in to comment.