Merge pull request #1413 from mattermost/theme-fix

Make import/export theme input box editable
Этот коммит содержится в:
Christopher Speller
2015-11-12 14:32:32 -05:00
родитель 7e9b48e441 946ce3e244
Коммит 0b35373334

Просмотреть файл

@@ -129,7 +129,6 @@ export default class CustomThemeChooser extends React.Component {
{'Copy and paste to share theme colors:'} {'Copy and paste to share theme colors:'}
</label> </label>
<input <input
readOnly='true'
type='text' type='text'
className='form-control' className='form-control'
value={colors} value={colors}