OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
fix for link not opening in new tab
Description
This change fixes the issue listed in Bug 3500
Issues Resolved
closes #3500
Screenshot
Testing the changes
A datatable visualization needs to be created on an index pattern which has a field formatted as URL and set to open in a new tab. On clicking, the url confiured should open in a new tab,
Changelog
- skip
Check List
- [x] All tests pass
- [x]
yarn test:jest - [x]
yarn test:jest_integration
- [x]
- [x] New functionality includes testing.
- [ ] New functionality has been documented.
- [ ] Update CHANGELOG.md
- [x] Commits are signed per the DCO using --signoff