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

Fix Title when Editing

parent 4554f94e
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ export const GreetingEndList = props => ( ...@@ -90,7 +90,7 @@ export const GreetingEndList = props => (
); );
export const GreetingEndEdit = props => ( export const GreetingEndEdit = props => (
<Edit {...props} mutationMode={"pessimistic"}> <Edit {...props} mutationMode={"pessimistic"} title=" ">
<SimpleForm mutationMode={"pessimistic"}> <SimpleForm mutationMode={"pessimistic"}>
<TypeChip source="id" label="Typ" /> <TypeChip source="id" label="Typ" />
<TextInput source="text_de" label="Deutsche Übersetzung" validate={[required()]} fullWidth /> <TextInput source="text_de" label="Deutsche Übersetzung" validate={[required()]} fullWidth />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment