mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 13:36:20 +00:00
Implemented importing servers from CSV file
This commit is contained in:
@@ -15,9 +15,6 @@ export class ColorGenerator {
|
||||
constructor(storage) {
|
||||
this.storage = storage;
|
||||
this.colors = this.storage.get('colors') || {};
|
||||
|
||||
this.getColorForKey = this.getColorForKey.bind(this);
|
||||
this.setColorForKey = this.setColorForKey.bind(this);
|
||||
}
|
||||
|
||||
getColorForKey = key => {
|
||||
|
||||
Reference in New Issue
Block a user