Skip to content

Conversation

@Saby-Bishops
Copy link
Member

Motivation

  • Remove an unused helper to clean up dead code in the tag input dialog component and reduce maintenance surface.

Description

  • Deleted the subTagIds(subTags: any[]) helper from src/app/shared/forms/planet-tag-input-dialog.component.ts since it was not referenced anywhere.
  • Verified there are no remaining references to subTagIds in the codebase by searching the src tree.

Testing

  • Ran a code search with rg "subTagIds" -n src to confirm no matches remained, which succeeded.
  • Inspected the modified file with nl to verify the method is removed; no test suite was executed.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants