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
Describe the bug
There is a logic error in this file.
In this code, condition plugin["installedOrgs"].contains(userConfig.currentOrg.id) as bool` is never getting checked.
This could be fixed with this logic:
This will check both conditions i.e. whether Plugin is installed or plugin is already installed in the specific organization and determine the visibility of the Plugin.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a logic error in this file.
In this code, condition
plugin["installedOrgs"].contains(userConfig.currentOrg.id)
as bool` is never getting checked.This could be fixed with this logic:
This will check both conditions i.e. whether Plugin is installed or plugin is already installed in the specific organization and determine the visibility of the Plugin.
The text was updated successfully, but these errors were encountered: