发布

  • [OPIK-3959] [FE] Fix save dataset version workflow with enhanced success toast (#4861)

    frostbyte_neo 发布于 2026-01-22 10:20:23 +00:00

    Refactored the dataset version save workflow to improve user experience and fix issues with toast notifications:

    • Moved success toast logic from mutation hook to parent component for better control
    • Enhanced success toast with actionable links to run experiments in SDK or Playground
    • Simplified AddVersionDialog by removing embedded mutation logic and making it a pure presentation component
    • Added isSubmitting prop to AddVersionDialog for better loading state management
    • Removed duplicate toast notification from useDatasetItemChangesMutation
    • Improved error handling by preventing duplicate submissions when mutation is pending

    Implements OPIK-3959: Fix save dataset version

    Co-authored-by: GitHub Actions Bot github-actions@comet.com

    下载附件