Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabir-Ivan committed Jul 2, 2024
1 parent 1a52b8d commit 049c747
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/static/components/controls/base-host-input.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import React, {Component} from 'react';
import PropTypes from 'prop-types';
import {bindActionCreators} from 'redux';
import {connect} from 'react-redux';
import { Input } from '@gravity-ui/uikit';
import * as actions from '../../modules/actions';

class BaseHostInput extends Component {
Expand All @@ -20,7 +19,7 @@ class BaseHostInput extends Component {

render() {
return (
<Input
<input
className="control-input basehost__text"
value={this.props.baseHost}
placeholder="change original host for view in browser"
Expand Down

0 comments on commit 049c747

Please sign in to comment.