Skip to content

Commit 2f8d537

Browse files
committed
Disable eslint checks on bootstrap
1 parent 2fe3516 commit 2f8d537

File tree

1 file changed

+1
-1
lines changed
  • src/routes/projects/[projectId]/workflows/[workflowId]

1 file changed

+1
-1
lines changed

src/routes/projects/[projectId]/workflows/[workflowId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@
322322
><i class='bi-gear-wide-connected' /></button
323323
>
324324
<button class='btn btn-success' on:click|preventDefault={() => {
325-
// eslint-disable-next-line
326325
if (argumentsWithUnsavedChanges === false) {
326+
// eslint-disable-next-line no-undef
327327
const modal = new bootstrap.Modal(document.getElementById('runWorkflowModal'));
328328
modal.toggle();
329329
} else {

0 commit comments

Comments
 (0)