Skip to content

Commit e08a18c

Browse files
committed
Don't auto-dismiss error alerts
1 parent 2ea1a8b commit e08a18c

File tree

1 file changed

+0
-1
lines changed
  • src/main/webapp/ui/src/eln-dmp-integration/DMPTool

1 file changed

+0
-1
lines changed

src/main/webapp/ui/src/eln-dmp-integration/DMPTool/DMPDialog.js

-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ function DMPDialogContent({ setOpen }: { setOpen: (boolean) => void }): Node {
128128
title: "Fetch failed.",
129129
message: r.data.error?.errorMessages[0] ?? "Could not get DMPs",
130130
variant: "error",
131-
isInfinite: false,
132131
})
133132
);
134133
}

0 commit comments

Comments
 (0)