diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 884e46b221..b1bb5a6755 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -1126,7 +1126,7 @@ paths: text/plain: schema: type: string - + /w/{workspace}/workspaces/edit_openai_resource_path: post: summary: edit OpenAI resource path @@ -4230,7 +4230,7 @@ paths: type: string responses: "201": - description: job resumed + description: job canceled content: text/plain: schema: @@ -4266,7 +4266,7 @@ paths: type: object responses: "201": - description: job resumed + description: job canceled content: text/plain: schema: diff --git a/frontend/src/lib/components/apps/editor/contextPanel/components/IdEditor.svelte b/frontend/src/lib/components/apps/editor/contextPanel/components/IdEditor.svelte index c8d3ae8dba..b1a368d605 100644 --- a/frontend/src/lib/components/apps/editor/contextPanel/components/IdEditor.svelte +++ b/frontend/src/lib/components/apps/editor/contextPanel/components/IdEditor.svelte @@ -67,7 +67,8 @@ class="!w-auto grow" bind:this={input} on:click|stopPropagation={() => {}} - on:keypress={({ key }) => { + on:keydown|stopPropagation + on:keypress|stopPropagation={({ key }) => { if (key === 'Enter') save() }} /> diff --git a/frontend/src/lib/components/flows/content/FlowSettings.svelte b/frontend/src/lib/components/flows/content/FlowSettings.svelte index 9410633c0b..33547ebc14 100644 --- a/frontend/src/lib/components/flows/content/FlowSettings.svelte +++ b/frontend/src/lib/components/flows/content/FlowSettings.svelte @@ -163,9 +163,9 @@ title="Primary Schedule" documentationLink="https://www.windmill.dev/docs/core_concepts/scheduling" > - Flows can be triggered by any schedules, their webhooks or their UI but they only have - only one primary schedules with which they share the same path. The primary schedule - can be set here. + Flows can be triggered by any schedules, their webhooks or their UI but they have only + one primary schedulfs with which they share the same path. The primary schedule can be + set here.