We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50976d9 commit f208f84Copy full SHA for f208f84
src/components/Yaml/YamlLoader.tsx
@@ -21,7 +21,7 @@ export const YamlLoader: FC<YamlViewButtonProps> = ({
21
const { t } = useTranslation();
22
if (isLoading) return <Loading />;
23
if (error) {
24
- return <IllustratedError error={t('common.cannotLoadData')} />;
+ return <IllustratedError details={t('common.cannotLoadData')} />;
25
}
26
27
return (
0 commit comments