fix(frontend): remove secret ID being set as secret comment#5375
fix(frontend): remove secret ID being set as secret comment#5375scott-ray-wilson merged 1 commit intomainfrom
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Greptile OverviewGreptile SummaryThis PR fixes a bug where the secret comment was being incorrectly overwritten with the secret ID when updating a secret value via the overview dashboard. Root Cause: Changes Made:
The fix correctly implements the guidance from custom instruction aaee2f92-bc4e-4567-a347-3f4f0314b498, which states: "When using parameters in API calls, ensure they are utilized effectively; if not, consider removing them." Confidence Score: 5/5
Important Files Changed
|
Context
This PR fixes the overview page accidentally setting the secret comment to the secret ID due to incorrect parameter
Screenshots
N/A
Steps to verify the change
Type
Checklist
type(scope): short description(scope is optional, e.g.,fix: prevent crash on syncorfix(api): handle null response).