We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3650a commit 8afb1d1Copy full SHA for 8afb1d1
packages/ui-components/src/Common/CodeBox/index.tsx
@@ -94,7 +94,7 @@ const CodeBox: FC<PropsWithChildren<CodeBoxProps>> = ({
94
const text = containerRef.current?.textContent;
95
if (text) {
96
notify({
97
- duration: 30000,
+ duration: 300,
98
message: (
99
<div className={styles.toast}>
100
<CodeBracketIcon className={styles.icon} />
0 commit comments