Skip to content

Convert activeTenant from string to Object

Compare
Choose a tag to compare
@kiyanwang kiyanwang released this 27 Aug 15:00
c5b20be

The 0.3.7 release saves the active tenant in local storage as an object. However, in previous releases this was a simple string that contained the tenant shortcode. This release modifies the behavior of the extension so that it detects if the activeTenant was previously stored as a string and converts it to the new object that is needed.