Skip to content

Commit

Permalink
fix random typo that was triggering errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismattmiller committed Nov 18, 2024
1 parent b447372 commit 279a82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/panels/edit/fields/Literal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div v-if="preferenceStore.returnValue('--b-edit-main-splitpane-edit-show-field-labels')" class="lookup-fake-input-label">{{structure.propertyLabel}}</div>
</template>
<form autocomplete="off" >
<template v-if="preferenceStore.returnValue('--b-edit-main-splitpane-editortcode-display-mode') == true">
<template v-if="preferenceStore.returnValue('--b-edit-main-splitpane-edit-shortcode-display-mode') == true">

<div class="bfcode-display-mode-holder">
<div class="bfcode-display-mode-holder-label" :title="structure.propertyLabel">{{profileStore.returnBfCodeLabel(structure)}}</div>
Expand Down

0 comments on commit 279a82b

Please sign in to comment.