mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +00:00
chore: updated Input prop from hasSilverBorder to colorVariant
This commit is contained in:
@@ -241,7 +241,6 @@ const CreateAPIKeyModal: React.FC<CreateAPIKeyModalProps> = ({
|
||||
<Input
|
||||
type="text"
|
||||
className="rounded-md"
|
||||
hasSilverBorder
|
||||
value={APIKeyName}
|
||||
onChange={(e) => setAPIKeyName(e.target.value)}
|
||||
></Input>
|
||||
|
||||
Reference in New Issue
Block a user