revert html changes
This commit is contained in:
Родитель
aab791c27b
Коммит
9f5c0a5275
|
@ -1,3 +1,4 @@
|
|||
import React from "react";
|
||||
import {
|
||||
ChoiceGroup,
|
||||
IChoiceGroupOption,
|
||||
|
@ -14,9 +15,6 @@ import {Col, Container, Row} from "react-grid-system";
|
|||
const optionRootClass = mergeStyles({display: 'flex', alignItems: 'baseline'});
|
||||
const textFieldStyles: Partial<ITextFieldStyles> = {fieldGroup: {width: 350}};
|
||||
|
||||
|
||||
|
||||
|
||||
interface EditQuestionComponentProps {
|
||||
question: Question;
|
||||
setQuestion: (f: (oldValue: Question) => Question) => void;
|
||||
|
@ -102,7 +100,6 @@ export const EditQuestionComponent = (
|
|||
setQuestion(q => ({...q, description: newValue || ''}))
|
||||
}
|
||||
/>
|
||||
|
||||
</Col>
|
||||
</Row>
|
||||
<br/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче