diff --git a/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx b/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx index 61db65a1..f94e179c 100644 --- a/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx +++ b/ui/frontend/build_src/src/components/organisms/creationPanel/basicCreation/makeButton/index.tsx @@ -122,8 +122,9 @@ export default function MakeButton() { console.log('progess step of total', step, total_steps); if (void 0 !== outputs) { outputs.forEach((output: any) => { - console.log('progress path', output.path); - addProgressImage(output.path); + const timePath = `${output.path}?t=${new Date().getTime()}` + console.log('progress path', timePath); + addProgressImage(timePath); }); }