renamed form gallery error image

This commit is contained in:
Elyor Djalilov 2024-02-26 20:24:30 +05:00
parent 7392fc08cd
commit bfc6767c02
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import { Button } from "@docspace/shared/components/button"; import { Button } from "@docspace/shared/components/button";
import * as Styled from "./index.styled"; import * as Styled from "./index.styled";
import ErrorImageSvgUrl from "PUBLIC_DIR/images/form-gallery-error.svg?url"; import ErrorImageSvgUrl from "PUBLIC_DIR/images/error500.svg?url";
import { isMobile as isMobileUtils } from "@docspace/shared/utils"; import { isMobile as isMobileUtils } from "@docspace/shared/utils";
import { inject, observer } from "mobx-react"; import { inject, observer } from "mobx-react";
import { withTranslation } from "react-i18next"; import { withTranslation } from "react-i18next";
@ -34,8 +34,8 @@ const ErrorView = ({
combineUrl( combineUrl(
window.DocSpaceConfig?.proxy?.url, window.DocSpaceConfig?.proxy?.url,
config.homepage, config.homepage,
`${url}?${filterParamsStr}` `${url}?${filterParamsStr}`,
) ),
); );
}; };

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB