helpful text if no workspace is open

This commit is contained in:
sparks-alec
2023-05-29 13:52:58 -04:00
parent 454e794d4c
commit dbb7064385
+5
View File
@@ -6,6 +6,11 @@
<% const workspaceKeys = Object.keys(data.workspaces); %>
<% if(workspaceKeys.length==0){ %>
<h3>QLab is open but there isn't an open Workspace</h3>
<% } %>
<% for(let i=0; i<workspaceKeys.length; i++){ %>
<% const workspace = data.workspaces[workspaceKeys[i]]; %>