Skip to content

Commit

Permalink
bugfix dist get current config on interface
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence committed Jun 28, 2024
1 parent bc7e000 commit ba50141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import PropTypes from "prop-types";
import { Icon } from "semantic-ui-react";
import getData from "../../utils/getData";
import { getData } from "../../utils/getData";

class InterfaceCurrentConfig extends React.Component {
state = {
Expand Down

0 comments on commit ba50141

Please sign in to comment.