Skip to content

Commit

Permalink
patch SSR loaded icon to regular path
Browse files Browse the repository at this point in the history
resolves #1930
  • Loading branch information
timothycarambat committed Jul 23, 2024
1 parent f8e54b2 commit 4f07139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/FineTuning/Steps/OrderDetails/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import FineTuning from "@/models/experimental/fineTuning";
import { useEffect, useState } from "react";
import FineTuningSteps from "..";
import { CircleNotch } from "@phosphor-icons/react/dist/ssr";
import { CircleNotch } from "@phosphor-icons/react";

export default function OrderDetails({ setSettings, setStep }) {
const [info, setInfo] = useState({});
Expand Down

0 comments on commit 4f07139

Please sign in to comment.