Skip to content

Commit f208f84

Browse files
fix
1 parent 50976d9 commit f208f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Yaml/YamlLoader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const YamlLoader: FC<YamlViewButtonProps> = ({
2121
const { t } = useTranslation();
2222
if (isLoading) return <Loading />;
2323
if (error) {
24-
return <IllustratedError error={t('common.cannotLoadData')} />;
24+
return <IllustratedError details={t('common.cannotLoadData')} />;
2525
}
2626

2727
return (

0 commit comments

Comments
 (0)