- QUERY_DRAWER {JSON.stringify(props.activeDatasources)} {props.queryActionButton &&
}
-
- ),
-}));
-
-function setup() {
- let ctx: { current: QueryLibraryContextType | undefined } = { current: undefined };
- function TestComp() {
- ctx.current = useQueryLibraryContext();
- return