We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe3516 commit 2f8d537Copy full SHA for 2f8d537
src/routes/projects/[projectId]/workflows/[workflowId]/+page.svelte
@@ -322,8 +322,8 @@
322
><i class='bi-gear-wide-connected' /></button
323
>
324
<button class='btn btn-success' on:click|preventDefault={() => {
325
- // eslint-disable-next-line
326
if (argumentsWithUnsavedChanges === false) {
+ // eslint-disable-next-line no-undef
327
const modal = new bootstrap.Modal(document.getElementById('runWorkflowModal'));
328
modal.toggle();
329
} else {
0 commit comments