fix(knowledge): change "Create Tag" to "Apply Tag" when applying a tag to a document - #6055
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview KB-level tag definition creation in Reviewed by Cursor Bugbot for commit 99e3c59. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryUpdates the document tags modal apply-to-document button label from "Create Tag"/"Creating..." to "Apply Tag"/"Applying..." so it is distinct from KB-level tag-definition creation. Confidence Score: 5/5Safe to merge; the change is a single user-facing label update with no behavioral risk. Only the apply-tag button copy changes; runtime behavior, data handling, and security paths are untouched.
|
| Filename | Overview |
|---|---|
| apps/sim/app/workspace/[workspaceId]/knowledge/[id]/[documentId]/components/document-tags-modal/document-tags-modal.tsx | Button idle/pending label text only; no logic, API, or state changes. |
Reviews (1): Last reviewed commit: "fix(knowledge): change "Create Tag" to "..." | Re-trigger Greptile
Summary
base-tags-modal.tsx) as "Create Tag" since that one genuinely creates a new tag schemaType of Change
Testing
Tested manually. Ran
bun run lint, boundary/API-validation/react-query/zustand/client-boundary/icon/realtime-prune/skills/agent-stream-docs audits — all passing.Checklist