mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-08 04:25:07 -05:00
Just realized we might want the same change made for the Graph JSON
This commit is contained in:
committed by
psychedelicious
parent
52aac954c0
commit
b2e005f6b5
@@ -28,7 +28,7 @@ const ImageMetadataGraphTabContent = ({ image }: Props) => {
|
||||
return <IAINoContentFallback label={t('nodes.noGraph')} />;
|
||||
}
|
||||
|
||||
return <DataViewer data={graph} label={t('nodes.graph')} />;
|
||||
return <DataViewer fileName={image.image_name} data={graph} label={t('nodes.graph')} />;
|
||||
};
|
||||
|
||||
export default memo(ImageMetadataGraphTabContent);
|
||||
|
||||
Reference in New Issue
Block a user