mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-02-18 02:55:51 +00:00
Fixed default servers object value
This commit is contained in:
parent
5517fcdde5
commit
7f9744cef2
@ -9,7 +9,7 @@ export class ServersService {
|
||||
}
|
||||
|
||||
listServers = () => {
|
||||
return this.storage.get(SERVERS_STORAGE_KEY) || [];
|
||||
return this.storage.get(SERVERS_STORAGE_KEY) || {};
|
||||
};
|
||||
|
||||
findServerById = serverId => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user