Skip to content

Commit 8e76e8d

Browse files
committed
docs: fix docs for the standart pages tuning example for the fields group
1 parent 3f7bc60 commit 8e76e8d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

adminforth/documentation/docs/tutorial/03-Customization/13-standardPagesTuning.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default {
6363
}
6464
```
6565

66-
You can also specify on which page you want to create or delete groups. If you assign null, the groups will disappear from this page.
66+
You can also specify on which page you want to create groups.
6767

6868
```typescript title="./resources/apartments.ts"
6969
export default {
@@ -89,10 +89,6 @@ export default {
8989
}
9090
//diff-add
9191
],
92-
//diff-add
93-
editFieldGroups: null,
94-
//diff-add
95-
showFieldGroups: null,
9692
}
9793
}
9894
```

0 commit comments

Comments
 (0)