mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-16 11:53:24 +00:00
store baseurl in local storage
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@
|
||||
class="pl-1 border-2 border-gray-200 text-white border-solid rounded-sm"
|
||||
[placeholder]="'http://localhost:8000'"
|
||||
[value]="settingsService.baseUrl()"
|
||||
(change)="settingsService.baseUrl.set($event.target.value)"
|
||||
(change)="settingsService.updateBaseUrl($event.target.value)"
|
||||
/>
|
||||
</div>
|
||||
<span class="flex-auto"></span>
|
||||
|
||||
Reference in New Issue
Block a user