You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mui/src/components/buttons/clone/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import AddBoxOutlined from "@mui/icons-material/AddBoxOutlined";
11
11
importtype{CloneButtonProps}from"../types";
12
12
13
13
/**
14
-
* `<CloneButton>` uses Material UI {@link https://mui.com/components/buttons/ `<Button> component`}.
14
+
* `<CloneButton>` uses Material UI {@link https://mui.com/material-ui/react-button/ `<Button> component`}.
15
15
* It uses the {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation#clone `clone`} method from {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation useNavigation} under the hood.
16
16
* It can be useful when redirecting the app to the create page with the record id route of resource.
Copy file name to clipboardExpand all lines: packages/mui/src/components/buttons/create/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import AddBoxOutlined from "@mui/icons-material/AddBoxOutlined";
11
11
importtype{CreateButtonProps}from"../types";
12
12
13
13
/**
14
-
* <CreateButton> uses Material UI {@link https://mui.com/components/buttons/ `<Button> component`}.
14
+
* <CreateButton> uses Material UI {@link https://mui.com/material-ui/react-button/ `<Button> component`}.
15
15
* It uses the {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation#create `create`} method from {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation `useNavigation`} under the hood.
16
16
* It can be useful to redirect the app to the create page route of resource}.
Copy file name to clipboardExpand all lines: packages/mui/src/components/buttons/edit/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import EditOutlined from "@mui/icons-material/EditOutlined";
11
11
importtype{EditButtonProps}from"../types";
12
12
13
13
/**
14
-
* `<EditButton>` uses uses Material UI {@link https://mui.com/components/buttons/ `<Button>`} component.
14
+
* `<EditButton>` uses uses Material UI {@link https://mui.com/material-ui/react-button/ `<Button>`} component.
15
15
* It uses the {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation#edit `edit`} method from {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation `useNavigation`} under the hood.
16
16
* It can be useful when redirecting the app to the edit page with the record id route of resource}.
Copy file name to clipboardExpand all lines: packages/mui/src/components/buttons/list/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import ListOutlined from "@mui/icons-material/ListOutlined";
11
11
importtype{ListButtonProps}from"../types";
12
12
13
13
/**
14
-
* `<ListButton>` is using uses Material UI {@link https://mui.com/components/buttons/ `<Button>`} component.
14
+
* `<ListButton>` is using uses Material UI {@link https://mui.com/material-ui/react-button/ `<Button>`} component.
15
15
* It uses the {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation#list `list`} method from {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation `useNavigation`} under the hood.
16
16
* It can be useful when redirecting the app to the list page route of resource}.
Copy file name to clipboardExpand all lines: packages/mui/src/components/buttons/show/index.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import VisibilityOutlined from "@mui/icons-material/VisibilityOutlined";
11
11
importtype{ShowButtonProps}from"../types";
12
12
13
13
/**
14
-
* `<ShowButton>` uses uses Material UI {@link https://mui.com/components/buttons/ `<Button>`} component.
14
+
* `<ShowButton>` uses uses Material UI {@link https://mui.com/material-ui/react-button/ `<Button>`} component.
15
15
* It uses the {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation#show `show`} method from {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation `useNavigation`} under the hood.
16
16
* It can be useful when redirecting the app to the show page with the record id route of resource.
0 commit comments