then-purpleT
Refine3y ago
18 replies
then-purple

AntdInferencer not working

I'm trying to use AntdInferencer when create but it keep showing loading button
  </Route>
                    <Route path="keys">
                        <Route index element={<KeyList />} />
                        <Route path="create" element={<AntdInferencer />} />
                        <Route path="show/:id" element={<AntdInferencer />} />
                    </Route>

 {
        name: "admin/keys",
        list: "admin/keys",
        create: "/admin/keys/create",
        show: "/admin/keys/show/:id",
        meta: {
            label: "Keys",
            canDelete: true,
            icon: <KeyOutlined />,
        },
    },
Was this page helpful?