mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-07 19:46:53 +00:00
Added comprehensive unit test coverage for Container Copy jobs (#2275)
* copy job uts * unit test coverage * lint fix * normalize account dropdown id
This commit is contained in:
@@ -20,4 +20,6 @@ const ContainerCopyPanel: React.FC<ContainerCopyProps> = ({ explorer }) => {
|
||||
);
|
||||
};
|
||||
|
||||
ContainerCopyPanel.displayName = "ContainerCopyPanel";
|
||||
|
||||
export default ContainerCopyPanel;
|
||||
|
||||
Reference in New Issue
Block a user