build: 🏗️ Add minio in local config
This commit is contained in:
@@ -61,7 +61,7 @@ export const PersonalInfoForm = () => {
|
||||
<Stack>
|
||||
<UploadButton
|
||||
size="sm"
|
||||
filePath={`users/${user?.id}/avatar`}
|
||||
filePath={`public/users/${user?.id}/avatar`}
|
||||
leftIcon={<UploadIcon />}
|
||||
onFileUploaded={handleFileUploaded}
|
||||
>
|
||||
|
||||
@@ -82,7 +82,7 @@ const UploadFileContent = ({ onNewUrl }: ContentProps) => {
|
||||
return (
|
||||
<Flex justify="center" py="2">
|
||||
<UploadButton
|
||||
filePath={`typebots/${typebot?.id}`}
|
||||
filePath={`public/typebots/${typebot?.id}`}
|
||||
onFileUploaded={onNewUrl}
|
||||
includeFileName
|
||||
colorScheme="blue"
|
||||
|
||||
Reference in New Issue
Block a user