Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add support for upload flows to a folder #2844

Merged
merged 3 commits into from
Jul 22, 2024

Commits on Jul 19, 2024

  1. ✨ (flows.py): Add support for uploading flows to a specific folder by…

    … adding a folder_id parameter to the upload_file function and updating the flow object with the folder_id if provided
    
    📝 (use-on-file-drop.tsx): Update import statements to include the new uploadFlowToFolder function and replace the usage of uploadFlowsFromFolders with uploadFlowToFolder
    🔧 (use-drag-and-drop.tsx): Refactor the useDragAndDrop hook to remove unnecessary code related to file handling
    ⬆️ (index.ts): Add a new function uploadFlowToFolder to handle uploading flows to a specific folder in the MainPage services module
    Cristhianzl committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    34f2f5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbe01a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    0babc68 View commit details
    Browse the repository at this point in the history