Skip to content

Commit eeacceb

Browse files
author
yaroslav8765
committed
fix: Add missing import for Filters in virtual columns tutorial
1 parent 8a8b669 commit eeacceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adminforth/documentation/docs/tutorial/03-Customization/03-virtualColumns.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ One way to do it is to actually add a real column to a table and then fill it ev
8686
For this purpose following changes will be required for apartments config:
8787
8888
```ts title='./resources/apartments.ts'
89+
import { Filters } from "adminforth";
8990
...
9091
resourceId: 'aparts',
9192
...

0 commit comments

Comments
 (0)