reactivity fix on teams workspace dropdown (#5300)

This commit is contained in:
Alexander Petric
2025-02-14 17:07:17 -05:00
committed by GitHub
parent dad829adf4
commit 8adf02ba3c
2 changed files with 1 additions and 2 deletions
@@ -35,7 +35,7 @@
isFetching = false
}
$: workspaceStore && platform && $enterpriseLicense === 'teams' && loadTeams()
$: workspaceStore && platform && $enterpriseLicense && loadTeams()
async function connectTeams() {
const selectedTeam = teams.find((team) => team.team_id === selected_teams_team)
@@ -344,7 +344,6 @@
failedTimes = s.on_failure_times ?? 1
failedExact = s.on_failure_exact ?? false
errorHandlerExtraArgs = s.on_failure_extra_args ?? {}
console.log('errorHandlerExtraArgs', errorHandlerExtraArgs)
errorHandlerSelected = getHandlerType('error', errorHandlerPath)
} else {
errorHandlerPath = undefined