|
|
|
@ -122,8 +122,10 @@ export function Workspace () { |
|
|
|
|
const createModalMessage = () => { |
|
|
|
|
return ( |
|
|
|
|
<> |
|
|
|
|
<label id="wsName" className="form-check-label">Workspace name</label> |
|
|
|
|
<input type="text" data-id="modalDialogCustomPromptTextCreate" defaultValue={`workspace_${Date.now()}`} ref={workspaceCreateInput} className="form-control" /><br/> |
|
|
|
|
<select name="wstemplate" className="form-control" id="wstemplate" defaultValue='remixDefault' ref={workspaceCreateTemplateInput}> |
|
|
|
|
<label id="selectWsTemplate" className="form-check-label">Choose a template</label> |
|
|
|
|
<select name="wstemplate" className="form-control custom-select" id="wstemplate" defaultValue='remixDefault' ref={workspaceCreateTemplateInput}> |
|
|
|
|
<option value='remixDefault'>Default</option> |
|
|
|
|
<option value='erc20' >ERC20</option> |
|
|
|
|
</select> |
|
|
|
|