Skip to content

Commit

Permalink
added open data slug to food editor
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Feb 18, 2024
1 parent f57d2ca commit 717d4d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vue/src/components/FoodEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,12 @@
</b-form-checkbox>
</b-form-group>

<b-form-group :description="$t('substitute_children_help')">
<b-form-input v-model="food.open_data_slug" disabled>{{
$t('Open_Data_Slug')
}}
</b-form-input>
</b-form-group>

</b-form>
</b-tab>
Expand Down

0 comments on commit 717d4d2

Please sign in to comment.