2
0

build: 🏗️ Add minio in local config

This commit is contained in:
Baptiste Arnaud
2022-03-02 17:35:57 +01:00
parent 6ea23ef63e
commit 7045c02a15
8 changed files with 520 additions and 123 deletions

View File

@ -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"