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

Auto filter deleted parameters from parameter_keys #819

Merged
merged 1 commit into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. 🔄 synced local 'skyvern-frontend/src/' with remote 'skyvern-frontend/…

    …src/'
    
    <!-- ELLIPSIS_HIDDEN -->
    
    | 🚀 | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit d893ec0d6e77410d3255715d2dc1599c92c24b92  |
    |--------|--------|
    
    fix: auto-filter deleted parameters from `parameterKeys` in task nodes
    
    ### Summary:
    Update `WorkflowParametersPanel` to auto-filter deleted parameters and add utility for `nodeAdder` identification.
    
    **Key points**:
    - **Behavior**: Deleting a parameter removes it from `parameterKeys` in `task` nodes; editing updates `parameterKeys` with the new key.
    - **Utilities**: Add `isNodeAdderNode()` to identify `nodeAdder` nodes.
    - **Types**: Change `NodeAdderNodeData` type to `Record<string, unknown>` to allow unknown properties.
    
    ----
    Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)
    
    <!-- ELLIPSIS_HIDDEN -->
    ykeremy committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    87322d6 View commit details
    Browse the repository at this point in the history