Skip to content

Commit 7326e60

Browse files
Erwin DondorpErwin Dondorp
authored andcommitted
fixed codebeat reported 'no-fallthrough'
1 parent 962464b commit 7326e60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

saltgui/static/sorttable/sorttable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export class SortTable {
137137
if (node.nodeName.toLowerCase() === 'input') {
138138
return node.value.replace(/^\s+|\s+$/g, '');
139139
}
140+
return node.nodeValue.replace(/^\s+|\s+$/g, '');
140141
case 4:
141142
return node.nodeValue.replace(/^\s+|\s+$/g, '');
142143
case 1:

0 commit comments

Comments
 (0)