{t('Workspace description')}
- { - if (ref) { - setTimeout(() => ref.focus(), 0); - } - }} - data-testid="create-workspace-input" - onKeyDown={handleKeyDown} - placeholder={t('Set a Workspace name')} - maxLength={15} - minLength={0} - onChange={value => { - setWorkspaceName(value); - }} - onCompositionStart={() => { - isComposition.current = true; - }} - onCompositionEnd={() => { - isComposition.current = false; - }} - /> - -{t('Workspace description')}
+ { + if (ref) { + setTimeout(() => ref.focus(), 0); + } + }} + data-testid="create-workspace-input" + onKeyDown={handleKeyDown} + placeholder={t('Set a Workspace name')} + maxLength={15} + minLength={0} + onChange={value => { + setWorkspaceName(value); + }} + onCompositionStart={() => { + isComposition.current = true; + }} + onCompositionEnd={() => { + isComposition.current = false; + }} + /> + +