Nth-iteration-labs/streamingbandit-ui

Replace calls to localStorage.getItem

robinvanemden opened this issue · 1 comments

Replace calls to localStorage.getItem() with a function that offers a fallback when the browser's cache is cleared:

  1. A "server_url" setting set in a configuration file.
  2. If all else fails, http://localhost:8080.

Fixed.