feat: Added rename option to file preview modal
This commit is contained in:
@@ -36,6 +36,7 @@ const DecoratedInput = forwardRef(
|
||||
type = 'text',
|
||||
title,
|
||||
value,
|
||||
defaultValue,
|
||||
roundedFull,
|
||||
}: DecoratedInputProps,
|
||||
ref: Ref<HTMLInputElement>,
|
||||
@@ -76,6 +77,7 @@ const DecoratedInput = forwardRef(
|
||||
title={title}
|
||||
type={type}
|
||||
value={value}
|
||||
defaultValue={defaultValue}
|
||||
spellCheck={spellcheck}
|
||||
/>
|
||||
|
||||
|
||||
@@ -22,5 +22,6 @@ export type DecoratedInputProps = {
|
||||
title?: string
|
||||
type?: React.HTMLInputTypeAttribute
|
||||
value?: string
|
||||
defaultValue?: string
|
||||
roundedFull?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user