mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-15 17:57:42 +01:00
Missed a file
This commit is contained in:
@@ -192,7 +192,14 @@ export const PartitionKeyComponent: React.FC<PartitionKeyComponentProps> = ({
|
|||||||
|
|
||||||
useDialog
|
useDialog
|
||||||
.getState()
|
.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 => {
|
const getOnlineJobMenuProps = (currentJob: DataTransferJobGetResults): IContextualMenuProps => {
|
||||||
|
|||||||
Reference in New Issue
Block a user