We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab551e commit 51ea58fCopy full SHA for 51ea58f
src/Common/CustomTagSelector/TagDetails.tsx
@@ -57,7 +57,7 @@ export const TagDetails = ({
57
}
58
return (
59
<div className="flexbox mb-8">
60
- {hidePropagateTag && (
+ {!hidePropagateTag && (
61
<div
62
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' : ''}`}
63
onClick={propagateTagToResource}
0 commit comments