You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Currently, while we do have a hard limit on the number of tabs in the nav main menu, we have not accounted for the case where the nav bar cards are unusually long in length.
Eg.
Solution
Count the total character count for all the nav cards, if the length >= 100, reject saving it on the front end.
The text was updated successfully, but these errors were encountered:
Problem
Currently, while we do have a hard limit on the number of tabs in the nav main menu, we have not accounted for the case where the nav bar cards are unusually long in length.
Eg.
Solution
Count the total character count for all the nav cards, if the length >= 100, reject saving it on the front end.
The text was updated successfully, but these errors were encountered: