Skip to content

Commit b025cee

Browse files
committed
feat: ConfigSyncStatusButton - pass appName prop
1 parent 60c8a84 commit b025cee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/app/details/appDetails/SourceInfo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ export const SourceInfo = ({
222222
<div className="pl-8">
223223
<ConfigSyncStatusButton
224224
areConfigurationsDrifted={appDetails.resourceTree.hasDrift}
225+
appName={appDetails.appName}
225226
appId={appDetails.appId}
226227
envId={envId}
227228
/>

0 commit comments

Comments
 (0)