Skip to content

Commit f0081c7

Browse files
Merge pull request #4130 from RedisInsight/fix_builds
2 parents fac12c0 + dfecc67 commit f0081c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

redisinsight/ui/src/services/storage.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ class StorageService {
5252
const key = this.getKey(itemName)
5353
this.storage.removeItem(key)
5454
}
55+
56+
getAll() {
57+
return this.storage
58+
}
5559
}
5660
const envKey = window.__RI_PROXY_PATH__
5761

0 commit comments

Comments
 (0)