Refactor/scope and context (#1960)
* wip * Test with Dropdown * wip * wip * Finished removing DropdownRecoilScopeContext * Fix from PR
This commit is contained in:
@ -22,7 +22,7 @@ export const ShowPageAddButton = ({
|
||||
entity: ActivityTargetableEntity;
|
||||
}) => {
|
||||
const { closeDropdown, toggleDropdown } = useDropdown({
|
||||
dropdownId: 'add-show-page',
|
||||
dropdownScopeId: 'add-show-page',
|
||||
});
|
||||
const openCreateActivity = useOpenCreateActivityDrawer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user