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 0e72314 commit e1f583dCopy full SHA for e1f583d
mystbin/frontend/components/EditorTabs.tsx
@@ -266,22 +266,6 @@ export default function EditorTabs({
266
</div>
267
))}
268
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>
285
</>
286
);
287
}
0 commit comments