Skip to content

Commit e1f583d

Browse files
authored
Gettting rid of toast until I can figure out why it breaks.
1 parent 0e72314 commit e1f583d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

mystbin/frontend/components/EditorTabs.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -266,22 +266,6 @@ export default function EditorTabs({
266266
</div>
267267
))}
268268
</div>
269-
270-
<Toast
271-
className={styles.maxCountToast}
272-
onClose={() => setCharCountToast(false)}
273-
show={charCountToast}
274-
delay={5000}
275-
autohide
276-
>
277-
<ToastHeader className={styles.maxCountToastHeader}>
278-
<strong className="mr-auto">Max Character Count</strong>
279-
Max count: {{ maxCharCount }}
280-
</ToastHeader>
281-
<Toast.Body>
282-
You've reached the max character count for this file.
283-
</Toast.Body>
284-
</Toast>
285269
</>
286270
);
287271
}

0 commit comments

Comments
 (0)