Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChmaraX committed Nov 12, 2024
1 parent ed519a1 commit 6e421f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { useTriggerWorkflow } from '@/hooks/use-trigger-workflow';
import { showToast } from '../../primitives/sonner-helpers';
import { buildDynamicFormSchema, makeObjectFromSchema, TestWorkflowFormType } from '../schema';
import { TestWorkflowForm } from './test-workflow-form';
import { SuccessButtonToast } from '@/components/sucess-button-toast';
import { SuccessButtonToast } from '@/components/success-button-toast';

export const TestWorkflowTabs = ({ testData }: { testData: WorkflowTestDataResponseDto }) => {
const navigate = useNavigate();
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/src/hooks/use-sync-workflow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { getV2, NovuApiError } from '@/api/api.client';
import { syncWorkflow } from '@/api/workflows';
import { ConfirmationModal } from '@/components/confirmation-modal';
import { showToast } from '@/components/primitives/sonner-helpers';
import { SuccessButtonToast } from '@/components/sucess-button-toast';
import { SuccessButtonToast } from '@/components/success-button-toast';
import { useEnvironment } from '@/context/environment/hooks';
import type { IEnvironment, WorkflowListResponseDto, WorkflowResponseDto } from '@novu/shared';
import { WorkflowOriginEnum, WorkflowStatusEnum } from '@novu/shared';
Expand Down

0 comments on commit 6e421f9

Please sign in to comment.