Skip to content

Conversation

@sarcaxticlarka
Copy link
Contributor

πŸ› οΈ Fix #1291 β€” Correct Typo in Property Name (inddex β†’ index)

While working on the previous issue, I noticed a small typo in integrationList.js (line 81) where the property inddex was used instead of the correct index.

This caused integration objects to receive the wrong property name, which could break any functionality depending on the index field.


βœ… What I Fixed

  • Corrected the typo: inddex β†’ index
  • Ensured integrations now receive the correct index property

πŸ“Œ Impact

This fix ensures integrations behave as expected and prevents bugs related to incorrect property access.


@potiuk potiuk merged commit 4d8050c into apache:main Nov 25, 2025
2 checks passed
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.

Bug: Typo in property assignment - inddex instead of index in integrationList.js

2 participants