You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.toast.show("Storage Service: "+error.statusText+". Signal K configuration must meet the following requirements; 1) Security enabled. 2) Application Data Storage Interface: On. 3) Either Allow Readonly Access enabled, or connecting with a user.",0,false,null,'error');
99
97
break;
100
98
101
-
default: this.toast.show("Cannot list configurations: "+error,3000,false,null,'error');
99
+
default: this.toast.show("Cannot list configurations: "+error,0,false,null,'error');
0 commit comments