Skip to content

Commit

Permalink
simplify warning
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Nov 22, 2024
1 parent 102847c commit e9b089a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packages/operators/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ const useOperatorPromptSubmitOptions = (
!hasAvailableOrchestators &&
!executionOptions.allowImmediateExecution;
const warningMessage =
"This operation requires [delegated execution](https://docs.voxel51.com/plugins/using_plugins.html#delegated-operations). Contact us about upgrading to [FiftyOne Teams](https://docs.voxel51.com/teams/index.html)";
"This operation requires [delegated execution](https://docs.voxel51.com/plugins/using_plugins.html#delegated-operations)";

return {
showWarning,
Expand Down

0 comments on commit e9b089a

Please sign in to comment.