krikera opened a new pull request, #33762: URL: https://github.com/apache/superset/pull/33762
## Fix: Tag Removal Not Working in Dashboard Properties Modal ### Problem - Tag removal works correctly in the **Explore Properties Modal** but fails in the **Dashboard Properties Modal**. - Users can add tags, but cannot remove them using the clear functionality. ### Solution - Implemented the missing `handleClearTags` function in the **Dashboard PropertiesModal**. - Connected the `onClear` prop to the `AsyncSelect` component. - Mirrored the working implementation pattern used in the Explore PropertiesModal for consistency and reliability. ### Testing - All existing unit and integration tests pass. - Manual testing confirms that tag removal now functions as expected in dashboard edit mode. ### Additional Information - [x] Fixes #33758 - [ ] Has associated issue - [ ] Required feature flags - [ ] Changes UI - [ ] Includes DB Migration ([SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
