Skip to content

Commit

Permalink
hide mobile field draw box
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Nov 6, 2023
1 parent b782872 commit 5439c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/template_builder/builder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,12 @@
</template>
</div>
<MobileDrawField
v-if="drawField"
v-if="drawField && isBreakpointLg"
:draw-field="drawField"
:fields="template.fields"
:submitters="template.submitters"
:selected-submitter="selectedSubmitter"
class="md:hidden"
:editable="editable"
@cancel="drawField = null"
@change-submitter="[selectedSubmitter = $event, drawField.submitter_uuid = $event.uuid]"
Expand Down

0 comments on commit 5439c63

Please sign in to comment.