Skip to content

Commit c574da8

Browse files
committed
superadmin check pass
1 parent 5ed5a2d commit c574da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/globalConfigurations/GlobalConfiguration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ function Body({ getHostURLConfig, checkList, serverMode, handleChecklistUpdate,
633633
)}
634634
{PullImageDigest && (
635635
<Route path={URLS.GLOBAL_CONFIG_PULL_IMAGE_DIGEST}>
636-
<PullImageDigest />
636+
<PullImageDigest isSuperAdmin={isSuperAdmin}/>
637637
</Route>
638638
)}
639639
{TagListContainer && (

0 commit comments

Comments
 (0)