mattermost/mattermost-plugin-jira

Client-side error thrown when reading plugin settings

mickmister opened this issue · 0 comments

I can't consistently reproduce, but I was getting an error where pluginSettings was null/undefined in the below code, and so accessing security_level_empty_for_jira_subscriptions was throwing an error

const securityLevelEmptyForJiraSubscriptions = pluginSettings.security_level_empty_for_jira_subscriptions;