mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-21 13:41:44 +02:00
fixing missing OK button on TextInputDialog
This commit is contained in:
parent
fabae2f19f
commit
8ef7dda7bd
@ -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…
x
Reference in New Issue
Block a user