mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-08 03:57:31 +00:00
changed error message
This commit is contained in:
@@ -1343,7 +1343,7 @@ export default class Collection implements ViewModels.Collection {
|
|||||||
retryCount++;
|
retryCount++;
|
||||||
}
|
}
|
||||||
throw new Error(
|
throw new Error(
|
||||||
"Max Retries for loading offer are completed. Offer does not have an offerAutopilotSettings field."
|
"Max retries for loading offer are completed. Offer does not have an Autopilot settings field."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user