Changed label of Download Flow button

This commit is contained in:
Lucas Oliveira 2024-06-10 17:12:06 -03:00
commit 8f3706b6b7

View file

@ -99,7 +99,7 @@ const ExportModal = forwardRef(
</span>
</BaseModal.Content>
<BaseModal.Footer submit={{ label: "Download Flow" }} />
<BaseModal.Footer submit={{ label: "Export" }} />
</BaseModal>
);
},