Skip to content

Commit 906cf09

Browse files
committed
code formatting
1 parent 525ca13 commit 906cf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ApplicationGroup/Details/TriggerView/EnvTriggerView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default function EnvTriggerView({ filteredAppIds, isVirtualEnv }: AppGrou
152152
setPageViewType(ViewType.LOADING)
153153
setSelectedAppList([])
154154
getWorkflowsData()
155-
getConfigs()
155+
getConfigs()
156156
}
157157
return () => {
158158
inprogressStatusTimer && clearTimeout(inprogressStatusTimer)

0 commit comments

Comments
 (0)