1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

Update src/components/views/dialogs/TextInputDialog.js

Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
Jaiwanth
2021-02-11 17:38:46 +05:30
committed by GitHub
parent 3fc6d73158
commit 6c252a87a1

View File

@@ -18,7 +18,7 @@ import React, {createRef} from 'react';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import * as sdk from '../../../index'; import * as sdk from '../../../index';
import Field from "../elements/Field"; import Field from "../elements/Field";
import { _t } from '../../../languageHandler'; import { _t, _td } from '../../../languageHandler';
export default class TextInputDialog extends React.Component { export default class TextInputDialog extends React.Component {
static propTypes = { static propTypes = {