Skip to content

Commit 10a8418

Browse files
committed
docs: add missed import in example
1 parent 754e3d1 commit 10a8418

File tree

1 file changed

+4
-0
lines changed
  • adminforth/documentation/docs/tutorial/03-Customization

1 file changed

+4
-0
lines changed

adminforth/documentation/docs/tutorial/03-Customization/09-Actions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ To implement this limitation use `allowed`:
9595
If you want to prohibit the use of bulk action for user, you can do it this way:
9696

9797
```ts title="./resources/apartments.ts"
98+
import { admin } from '../index';
99+
100+
....
101+
98102
bulkActions: [
99103
{
100104
label: 'Mark as listed',

0 commit comments

Comments
 (0)