Skip to content

Commit

Permalink
refactor(ui-config): rename component name
Browse files Browse the repository at this point in the history
  • Loading branch information
skamril committed Jun 18, 2024
1 parent 948e525 commit d02b14a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
import { SubmitHandlerPlus } from "../../../../../common/Form/types";
import ScenarioBuilderDialog from "./dialogs/ScenarioBuilderDialog";

function GeneralParameters() {
function General() {
const { study } = useOutletContext<{ study: StudyMetadata }>();
const [dialog, setDialog] = useState<SetDialogStateType>("");

Expand Down Expand Up @@ -90,4 +90,4 @@ function GeneralParameters() {
);
}

export default GeneralParameters;
export default General;

0 comments on commit d02b14a

Please sign in to comment.