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
AC-14597: JavaScript error encountered when selecting "All Resources" in API resource access during integration activation
In modern JavaScript modules (which is what we're using with RequireJS), the 'use strict' directive is automatically applied, so we don't need to explicitly declare it. Removing this to fix static test failure.
0 commit comments