Skip to content

Commit

Permalink
dev: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lscambo13 committed Jan 3, 2024
1 parent fc7d1a1 commit c9f5fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js_modules/utils/inputDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let modalCancelButton;
let tickBoxField;
let inputFields;

const showInputInputDialog = (
const showInputDialog = (
title = null,
description = null,
inputBoxes = ['Input A', 'Input B'],
Expand Down Expand Up @@ -136,7 +136,7 @@ const showInputInputDialog = (
};

export const InputDialog = {
show: showInputInputDialog,
show: showInputDialog,
getSubmitButton: () => {
return modalSubmitButton;
},
Expand Down

0 comments on commit c9f5fe6

Please sign in to comment.