Skip to content

Commit

Permalink
Merge pull request #60 from 0-wook/develop
Browse files Browse the repository at this point in the history
fix: 모델활용 결과 파일 스토리지 변경
  • Loading branch information
0-wook authored Jan 3, 2024
2 parents db1b245 + 83fa592 commit 37dc56e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useAuth } from "../../../authentication/AuthContext";
import LoadingButton from "@mui/lab/LoadingButton";
import { getModelOperationStatus } from "../../../../api/api";

const URL = "https://automl-file-storage-test.s3.ap-northeast-2.amazonaws.com/";
const URL = "https://automl-file-storage.s3.ap-northeast-2.amazonaws.com/";

// LoadingButton 컴포넌트를 memo로 감싸서 성능 최적화
const MemoizedLoadingButton = memo(({ onClick, isLoading, buttonText }) => {
Expand Down

0 comments on commit 37dc56e

Please sign in to comment.