mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
Fix throughput input component and add database panel (#773)
This commit is contained in:
@@ -18,7 +18,7 @@ export const useSidePanel = (): SidePanelHooks => {
|
||||
setHeaderText(headerText);
|
||||
setPanelContent(panelContent);
|
||||
setIsPanelOpen(true);
|
||||
setOnCloseCallback({ callback: onClose });
|
||||
!!onClose && setOnCloseCallback({ callback: onClose });
|
||||
};
|
||||
|
||||
const closeSidePanel = (): void => {
|
||||
|
||||
Reference in New Issue
Block a user