Skip to content

Commit

Permalink
fix(ui): fix typo in Settings
Browse files Browse the repository at this point in the history
relate to #935
  • Loading branch information
tchiotludo committed Nov 30, 2021
1 parent 74c7b3f commit fd7ba12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/containers/Settings/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {getUIOptions, setUIOptions} from "../../utils/localstorage";
import './styles.scss';
import {toast} from "react-toastify";

class Setttings extends Form {
class Settings extends Form {
state = {
clusterId: '',
formData: {
Expand Down Expand Up @@ -143,4 +143,4 @@ class Setttings extends Form {
}
}

export default Setttings;
export default Settings;

0 comments on commit fd7ba12

Please sign in to comment.