Skip to content
Snippets Groups Projects
Commit 4f07139e authored by timothycarambat's avatar timothycarambat
Browse files

patch SSR loaded icon to regular path

resolves #1930
parent f8e54b23
No related branches found
No related tags found
No related merge requests found
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({});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment