Skip to content

Commit ec46594

Browse files
committed
Fix: use updated function name
1 parent 9151a95 commit ec46594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/javascripts/hera/modules/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
$(window).width() < this.desktopBreakpoint
3939
) {
4040
if (this.storageKey == 'secondary-sidebar-expanded') {
41-
this.getValidation();
41+
this.closeOnValidationSuccess();
4242
} else {
4343
that.close(true);
4444
}

0 commit comments

Comments
 (0)