sarcaxticlarka opened a new pull request, #1292: URL: https://github.com/apache/airflow-site/pull/1292
# 🛠️ 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. --- <img width="707" height="252" src="https://github.com/user-attachments/assets/035d052f-2c56-4bbb-be47-aa3d2ba0478d" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
