upload from file working

This commit is contained in:
anovazzi1 2023-03-24 14:42:11 -03:00
commit a5774d23a9

View file

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