mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-05-14 17:27:30 +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 => {
|
||||
@@ -281,9 +288,9 @@ export const PartitionKeyComponent: React.FC<PartitionKeyComponentProps> = ({
|
||||
const processedCountString =
|
||||
totalCount > 0
|
||||
? t(Keys.controls.settings.partitionKeyEditor.documentsProcessed, {
|
||||
processedCount: String(processedCount),
|
||||
totalCount: String(totalCount),
|
||||
})
|
||||
processedCount: String(processedCount),
|
||||
totalCount: String(totalCount),
|
||||
})
|
||||
: "";
|
||||
return `${portalDataTransferJob?.properties?.status} ${processedCountString}`;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user