mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
fixing missing OK button on TextInputDialog
This commit is contained in:
parent
fabae2f19f
commit
8ef7dda7bd
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ module.exports = React.createClass({
|
|||
Modal.createDialog(TextInputDialog, {
|
||||
title: _t('Keywords'),
|
||||
description: _t('Enter keywords separated by a comma:'),
|
||||
button: _t('OK'),
|
||||
value: keywords,
|
||||
onFinished: function onFinished(should_leave, newValue) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue