#
luxiaotao1123
2024-09-27 b70a76e7374cc0e9ef3b43b1287e33a9f8f38ebf
zy-acs-flow/src/page/mission/MissionEmpty.jsx
@@ -8,11 +8,11 @@
export const MissionEmpty = ({ children }) => {
    const location = useLocation();
    const matchCreate = matchPath('/deals/create', location.pathname);
    const appbarHeight = useAppBarHeight();
    const matchCreate = matchPath('/mission/create', location.pathname);
    const appBarHeight = useAppBarHeight();
    // get Contact data
    const { data: contacts, isPending: contactsLoading } = useGetList<Contact>(
    const { data: contacts, isPending: contactsLoading } = useGetList < Contact > (
        'contacts',
        {
            pagination: { page: 1, perPage: 1 },