No need for repeated OKs anymore

This commit is contained in:
David Baker 2017-05-25 18:21:40 +01:00
parent c15a66d1d4
commit 2982174028

View File

@ -179,7 +179,6 @@ module.exports = React.createClass({
title: _t('Keywords'),
description: _t('Enter keywords separated by a comma') + ':',
value: keywords,
button: _t('OK'),
onFinished: function onFinished(should_leave, newValue) {
if (should_leave && newValue !== keywords) {