|
|
@ -139,7 +139,9 @@ export function Workspace () { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const updateWsName = () => { |
|
|
|
const updateWsName = () => { |
|
|
|
setDisplayOzCustoms(true) |
|
|
|
// @ts-ignore
|
|
|
|
|
|
|
|
if (workspaceCreateTemplateInput.current.value.startsWith('oz')) setDisplayOzCustoms(true) |
|
|
|
|
|
|
|
else setDisplayOzCustoms(false) |
|
|
|
console.log('inside updateWsName', displayOzCustoms) |
|
|
|
console.log('inside updateWsName', displayOzCustoms) |
|
|
|
// @ts-ignore
|
|
|
|
// @ts-ignore
|
|
|
|
workspaceCreateInput.current.value = `${workspaceCreateTemplateInput.current.value || 'remixDefault'}_${Date.now()}` |
|
|
|
workspaceCreateInput.current.value = `${workspaceCreateTemplateInput.current.value || 'remixDefault'}_${Date.now()}` |
|
|
|