Skip to content

Commit

Permalink
no quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor authored and ritch committed Nov 8, 2024
1 parent b2f18d5 commit b19e44f
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 @@ -288,7 +288,7 @@ const useOperatorPromptSubmitOptions = (
for (let orc of execDetails.executionOptions.availableOrchestrators) {
options.push({
label: "Schedule",
choiceLabel: `Schedule on "${orc.instanceID}"`,
choiceLabel: `Schedule on ${orc.instanceID}`,
id: orc.id,
description: `Run this operation on ${orc.instanceID}`,
onSelect() {
Expand Down

0 comments on commit b19e44f

Please sign in to comment.