Skip to content

Commit 2d5b422

Browse files
nicoeJCavallo
authored andcommitted
[merge 7.6] Fix typo in variable declaration
1 parent 7ef5de2 commit 2d5b422

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sao/src/screen.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,8 +2213,7 @@
22132213
});
22142214
};
22152215

2216-
let selected_record;
2217-
let prms = [];
2216+
let selected_records;
22182217
let fields;
22192218
if (attributes.type == 'client_action') {
22202219
selected_records = [];

0 commit comments

Comments
 (0)