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
looks like current handling of AC console for the case of no tab # in url is wrong (although it's working)
the active attribute of the assigned submissions tab is not set correctly
because
default tab id is using ${pluralizeString(submissionName) which usually has first letter capitalized
while activate attribute is comparing it with pluralizeString(submissionName).toLowerCase()
it appears to be working because the condition to render tab content is checking submissionName.toLowerCase()
This will help with testing the tabs. Mentioned here: #2025 (comment)
The text was updated successfully, but these errors were encountered: