Skip to content

Commit a2e14d9

Browse files
Riddhicoderabbitai[bot]
andauthored
Update src/components/DialogBox/CombinationalAnalysis.vue
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8ddf661 commit a2e14d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DialogBox/CombinationalAnalysis.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function createLogicTable() {
213213
}
214214
}
215215
216-
function createBooleanPrompt(inputList, outputList, scope = globalScope) {
216+
function createBooleanPrompt(inputList, outputList) {
217217
inputListNames.value = inputList || prompt('Enter inputs separated by commas')?.split(',') || []
218218
outputListNames.value = outputList || prompt('Enter outputs separated by commas')?.split(',') || []
219219

0 commit comments

Comments
 (0)