Skip to content
Snippets Groups Projects
Commit 1bee09a9 authored by borzechof99's avatar borzechof99 :whale2:
Browse files

Fix Edit of Snacks to be Required

parent 26bc6cb5
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,7 @@ export const snackEdit = props => ( ...@@ -134,6 +134,7 @@ export const snackEdit = props => (
<TextInput <TextInput
source="text_de" source="text_de"
label="Deutsche Übersetzung" label="Deutsche Übersetzung"
validate={[required("Deutsche Übersetzung ist benötigt")]}
fullWidth fullWidth
/> />
<TextInput <TextInput
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment