feat: replace private workspaces with private usernames (#1783)
This commit is contained in:
@@ -20,6 +20,7 @@ const DecoratedInput = forwardRef(
|
||||
(
|
||||
{
|
||||
autocomplete = false,
|
||||
spellcheck = true,
|
||||
className,
|
||||
disabled = false,
|
||||
id,
|
||||
@@ -68,6 +69,7 @@ const DecoratedInput = forwardRef(
|
||||
title={title}
|
||||
type={type}
|
||||
value={value}
|
||||
spellCheck={spellcheck}
|
||||
/>
|
||||
|
||||
{right && (
|
||||
|
||||
@@ -2,6 +2,7 @@ import { FocusEventHandler, KeyboardEventHandler, ReactNode } from 'react'
|
||||
|
||||
export type DecoratedInputProps = {
|
||||
autocomplete?: boolean
|
||||
spellcheck?: boolean
|
||||
className?: {
|
||||
container?: string
|
||||
input?: string
|
||||
|
||||
Reference in New Issue
Block a user