Skip to content

Commit a406482

Browse files
committed
update check
1 parent c460bdd commit a406482

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
@@ -141,7 +141,7 @@ export default function EnvTriggerView({ filteredAppIds, isVirtualEnv }: AppGrou
141141
const abortControllerRef = useRef(new AbortController())
142142

143143
useEffect(() => {
144-
if (ApprovalMaterialModal && showApprovalModal) {
144+
if (ApprovalMaterialModal) {
145145
getConfigs()
146146
}
147147
return () => {

0 commit comments

Comments
 (0)