mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-16 18:27:44 +01:00
Missed a file
This commit is contained in:
@@ -192,7 +192,14 @@ export const PartitionKeyComponent: React.FC<PartitionKeyComponentProps> = ({
|
||||
|
||||
useDialog
|
||||
.getState()
|
||||
.showOkCancelModalDialog("", null, t(Keys.common.confirm), onConfirm, t(Keys.common.cancel), null, dialogBody);
|
||||
.showOkCancelModalDialog(
|
||||
"",
|
||||
null,
|
||||
t(Keys.common.confirm),
|
||||
onConfirm,
|
||||
t(Keys.common.cancel),
|
||||
null,
|
||||
dialogBody);
|
||||
};
|
||||
|
||||
const getOnlineJobMenuProps = (currentJob: DataTransferJobGetResults): IContextualMenuProps => {
|
||||
|
||||
Reference in New Issue
Block a user