This commit is contained in:
x032205
2025-06-25 11:56:11 -04:00
parent 9f6dca23db
commit 5ab2a6bb5d
2 changed files with 2 additions and 7 deletions

View File

@@ -34,10 +34,6 @@ const AwsTagsSection = () => {
return (
<div className="mb-4 mt-2 flex flex-col pl-2">
<FormLabel
label="Resource Tags"
tooltipText="Add resource tags to parameters synced by Infisical"
/>
<div className="grid max-h-[20vh] grid-cols-12 items-end gap-2 overflow-y-auto">
{tagFields.fields.map(({ id: tagFieldId }, i) => (
<Fragment key={tagFieldId}>
@@ -190,7 +186,7 @@ export const AwsParameterStoreSyncOptionsFields = () => {
}}
>
<p className="w-[14rem]">
Override Resource Tags{" "}
Set Resource Tags{" "}
<Tooltip
className="max-w-md"
content={

View File

@@ -35,7 +35,6 @@ const AwsTagsSection = () => {
return (
<div className="mb-4 mt-2 flex flex-col pl-2">
<FormLabel label="Tags" tooltipText="Add tags to secrets synced by Infisical" />
<div className="grid max-h-[20vh] grid-cols-12 items-end gap-2 overflow-y-auto">
{tagFields.fields.map(({ id: tagFieldId }, i) => (
<Fragment key={tagFieldId}>
@@ -192,7 +191,7 @@ export const AwsSecretsManagerSyncOptionsFields = () => {
}}
>
<p className="w-[14rem]">
Override Secret Tags{" "}
Set Secret Tags{" "}
<Tooltip
className="max-w-md"
content={