Skip to content

Commit 8afb1d1

Browse files
committed
fixup!
1 parent 9b3650a commit 8afb1d1

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-components/src/Common/CodeBox

1 file changed

+1
-1
lines changed

packages/ui-components/src/Common/CodeBox/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const CodeBox: FC<PropsWithChildren<CodeBoxProps>> = ({
9494
const text = containerRef.current?.textContent;
9595
if (text) {
9696
notify({
97-
duration: 30000,
97+
duration: 300,
9898
message: (
9999
<div className={styles.toast}>
100100
<CodeBracketIcon className={styles.icon} />

0 commit comments

Comments
 (0)