mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 06:11:15 +00:00
Trying to fix form bug. Fixes #165
This commit is contained in:
parent
aade5e3c7f
commit
2c0d0fb361
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export class CommentForm extends Component<CommentFormProps, CommentFormState> {
|
||||||
? capitalizeFirstLetter(i18n.t('save'))
|
? capitalizeFirstLetter(i18n.t('save'))
|
||||||
: capitalizeFirstLetter(i18n.t('reply')),
|
: capitalizeFirstLetter(i18n.t('reply')),
|
||||||
finished: false,
|
finished: false,
|
||||||
formId: null,
|
formId: 'empty_form',
|
||||||
};
|
};
|
||||||
|
|
||||||
constructor(props: any, context: any) {
|
constructor(props: any, context: any) {
|
||||||
|
|
Loading…
Reference in a new issue