<Col xs={ColumnWidth.key}>
        <input
          value={newKey}
          placeholder={t("Setting name (key)")}
          onChange={e => setNewKey(e.currentTarget.value)} />