praetorian-inc / chariot-ui

Chariot Offensive Security Platform
https://preview.chariot.praetorian.com
MIT License
15 stars 6 forks source link

Integration bug fix #140

Closed harshita2405 closed 1 week ago

harshita2405 commented 1 week ago

Summary

Integration filters were not showing up on page switch, due to Header re-rendering post TableFilters. This one is a simple solution, created an optional prop for Body, which can be passed directly from the component, making it a simple structure of component tree, and avoiding the react-portal route from TableFilters

Type

Bug fix