Skip to content

Commit 30c3dec

Browse files
authored
fix: incorrect function call argument
1 parent 23fc32e commit 30c3dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/stores/browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2093,7 +2093,7 @@ const useBrowserStore = defineStore('browser', {
20932093
if (serverInst == null) {
20942094
serverInst = new RedisServerState({
20952095
name: server,
2096-
separator: this.getSeparator(name),
2096+
separator: this.getSeparator(server),
20972097
})
20982098
}
20992099
return serverInst.getFilter()

0 commit comments

Comments
 (0)