|
|
|
@ -52,7 +52,6 @@ export const initWorkspace = (filePanelPlugin) => async (reducerDispatch: React. |
|
|
|
|
const params = queryParams.get() as UrlParametersType |
|
|
|
|
const workspaces = await getWorkspaces() || [] |
|
|
|
|
dispatch(setWorkspaces(workspaces)) |
|
|
|
|
console.error('PARAMS', params) |
|
|
|
|
if (params.gist) { |
|
|
|
|
await createWorkspaceTemplate('gist-sample', 'gist-template') |
|
|
|
|
plugin.setWorkspace({ name: 'gist-sample', isLocalhost: false }) |
|
|
|
|