improvement: remove comments

This commit is contained in:
Scott Wilson
2025-09-18 09:47:44 -07:00
parent f1f391f89b
commit 120b767f16
2 changed files with 0 additions and 4 deletions

View File

@@ -304,7 +304,6 @@ export const SecretImportItem = ({
<tr>
<td style={{ padding: "0.25rem 1rem" }}>Key</td>
<td style={{ padding: "0.25rem 1rem" }}>Value</td>
{/* <td style={{ padding: "0.25rem 1rem" }}>Override</td> */}
</tr>
</thead>
<tbody>

View File

@@ -63,9 +63,6 @@ export const SecretImportSecretRow = ({
isReadOnly
/>
</td>
{/* <td className="h-10" style={{ padding: "0.25rem 1rem" }}>
<EnvFolderIcon env={overriden?.env} secretPath={overriden?.secretPath} />
</td> */}
</tr>
);
};