Skip to content

Commit 51ea58f

Browse files
committed
flag fix
1 parent bab551e commit 51ea58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/CustomTagSelector/TagDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const TagDetails = ({
5757
}
5858
return (
5959
<div className="flexbox mb-8">
60-
{hidePropagateTag && (
60+
{!hidePropagateTag && (
6161
<div
6262
className={`dc__border h-30 pl-4 pr-4 br-4 mr-8 pointer ${tagData.propagate ? 'bcn-7' : ''} ${tagData.key.startsWith('devtron.ai/') ? 'cursor-not-allowed bcn-1' : ''}`}
6363
onClick={propagateTagToResource}

0 commit comments

Comments
 (0)