docs(admin/components): removes duplicative link

This commit is contained in:
Jacob Fletcher
2023-10-09 14:15:59 -04:00
parent ad253db691
commit 491e50c236

View File

@@ -255,7 +255,7 @@ To swap specific _nested_ views within the parent `Edit` view, you can use the `
}
```
You can also add _new_ tabs to the `Edit` view by simply adding another key to the `components.views.Edit[key]` object with a `path` and `Component` property. See [Custom Tabs](#custom-tabs) for more information.
You can also add _new_ tabs to the `Edit` view by adding another key to the `components.views.Edit[key]` object with a `path` and `Component` property. See [Custom Tabs](#custom-tabs) for more information.
### Globals
@@ -313,9 +313,7 @@ To swap specific _nested_ views within the parent `Edit` view, you can use the `
}
```
You can also add _new_ tabs to the `Edit` view by simply adding another key to the `components.views.Edit[key]` object with a `path` and `Component` property. See [Custom Tabs](#custom-tabs) for more information.
See [Custom Tabs](#custom-tabs) for more information.
You can also add _new_ tabs to the `Edit` view by adding another key to the `components.views.Edit[key]` object with a `path` and `Component` property. See [Custom Tabs](#custom-tabs) for more information.
### Custom Tabs