upload from file working
This commit is contained in:
parent
977b4c0c9a
commit
a5774d23a9
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export default function ImportModal() {
|
|||
icon={
|
||||
<ComputerDesktopIcon className="h-10 w-10 flex-shrink-0" />
|
||||
}
|
||||
onClick={() => uploadFlow()}
|
||||
onClick={() => {uploadFlow();setModalOpen(false)}}
|
||||
textColor="text-blue-500"
|
||||
title="Local file"
|
||||
></ButtonBox>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue