diff --git a/ui/src/components/Common/SaveChangesModal/index.tsx b/ui/src/components/Common/SaveChangesModal/index.tsx index 42207bde..e0b76001 100644 --- a/ui/src/components/Common/SaveChangesModal/index.tsx +++ b/ui/src/components/Common/SaveChangesModal/index.tsx @@ -14,6 +14,7 @@ interface Props { saveContentType: () => void; openContentType?: () => void; changeStep?: () => void; + dropdownStateChange: () => void; } const SaveChangesModal = (props: Props) => { @@ -37,6 +38,7 @@ const SaveChangesModal = (props: Props) => {