Skip to content

Commit

Permalink
fixed pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alonkeyval committed Aug 1, 2023
1 parent d9958c8 commit 5d5bf9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/webapp/containers/setup/sources/sources.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SourcesList, SourcesOptionMenu } from "@/components/setup";
import { getApplication, getNamespaces } from "@/services";
import { LoaderWrapper } from "./sources.section.styled";
import { useQuery } from "react-query";
import { QUERIES } from "@/utils/constants";
import { NOTIFICATION, QUERIES } from "@/utils/constants";
import { KeyvalLoader } from "@/design.system";
import { useNotification } from "@/hooks";

Expand Down Expand Up @@ -32,7 +32,7 @@ export function SourcesSection({ sectionData, setSectionData }: any) {
useEffect(() => {
isError &&
show({
type: "error",
type: NOTIFICATION.ERROR,
message: error,
});
}, [isError]);
Expand Down
2 changes: 0 additions & 2 deletions frontend/webapp/design.system/image/image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ export function KeyvalImage({
width={width}
height={height}
style={{ ...IMAGE_STYLE, ...style }}
placeholder={"empty"}
blurDataURL={src}
/>
);
}

0 comments on commit 5d5bf9b

Please sign in to comment.