We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99065db commit 7b84bdcCopy full SHA for 7b84bdc
1 file changed
packages/sites/ortho-site/webapp/wdkCustomization/js/client/records/Sequences.tsx
@@ -638,7 +638,7 @@ export function RecordTable_Sequences(
638
639
if (filteredRows == null) return null;
640
641
- const warningText =
+ const errorText =
642
numSequences >= MIN_SEQUENCES_FOR_TREE &&
643
(filteredRows.length > MAX_SEQUENCES_FOR_TREE ||
644
filteredRows.length < MIN_SEQUENCES_FOR_TREE) ? (
@@ -663,7 +663,7 @@ export function RecordTable_Sequences(
663
} as CSSProperties
664
}
665
>
666
- {warningText && <NoteBox type="error">{warningText}</NoteBox>}
+ {errorText && <NoteBox type="error">{errorText}</NoteBox>}
667
<div
668
style={{
669
padding: '10px',
0 commit comments