Merge branch 'main' into github-import
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user