Skip to content

fix(frontend): remove duplicate :repository prop in KBSearchResultPanel#3970

Merged
mrveiss merged 1 commit intoDev_new_guifrom
issue-3931
Apr 8, 2026
Merged

fix(frontend): remove duplicate :repository prop in KBSearchResultPanel#3970
mrveiss merged 1 commit intoDev_new_guifrom
issue-3931

Conversation

@mrveiss
Copy link
Copy Markdown
Owner

@mrveiss mrveiss commented Apr 8, 2026

Fixes provisioning frontend build failure caused by duplicate prop declaration.

Summary

  • Removed duplicate :repository="knowledgeRepo" prop from KBSearchResultPanel
  • Parent (KnowledgeSearch.vue) already passes this prop on line 202
  • Duplicate on line 206 caused Vue compiler syntax error: 'Duplicate attribute'

Root Cause

KBSearchResultPanel component received the same prop twice:

<KBSearchResultPanel
  :repository="knowledgeRepo"
  ...
  :repository="knowledgeRepo"  <!-- duplicate, removed -->
/>

Test Plan

  • Build completes without duplicate attribute error
  • Re-run provisioning to verify frontend builds successfully
  • Verify KB search functionality works

Related Issues

@mrveiss mrveiss merged commit 16cbff1 into Dev_new_gui Apr 8, 2026
1 of 3 checks passed
@mrveiss mrveiss deleted the issue-3931 branch April 8, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant