Skip to content

Commit be4f17c

Browse files
authored
Import Cluster template toast duration update (#310)
1 parent b35458e commit be4f17c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/cluster-orch/src/components/pages/ClusterTemplates/ClusterTemplates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const ClusterTemplates = () => {
4949
state: ToastState.Success,
5050
visibility: ToastVisibility.Hide,
5151
position: ToastPosition.TopRight,
52-
duration: 4000,
52+
duration: 10000,
5353
};
5454

5555
const [toastPros, setToastProps] = useState<ToastProps>();

0 commit comments

Comments
 (0)