mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-05 20:46:43 +00:00
Merge pull request #569 from thecodacus/fix-artifact-bug
fix: artifact bugfix
This commit is contained in:
commit
f4d2f73d8c
@ -49,7 +49,7 @@ export const Artifact = memo(({ messageId }: ArtifactProps) => {
|
||||
setShowActions(true);
|
||||
}
|
||||
|
||||
if (actions.length !== 0) {
|
||||
if (actions.length !== 0 && artifact.type === 'bundled') {
|
||||
const finished = !actions.find((action) => action.status !== 'complete');
|
||||
setAllActionFinished(finished);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user