Skip to content

Commit db1d51b

Browse files
committed
fix style
1 parent f15aa5d commit db1d51b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tdb-documents-ui-template/docs/useTDBDocuments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- `state.frame:Object|Bool`
1818
- this is the current documents frames object, the starting value is false, you need to call the `getDocumentFrames`function to fill this property status
1919
- `state.documentTablesConfig:Object|Bool`
20-
- this is the current document tables template, this property status store the graphQL query for every documents and the configuration for the tables and the advanced search components, the starting value is false, you need to call the `getGraphqlTablesConfig`function to fill this property status
20+
- this is the current document tables template, this property status store the graphQL query for every documents and the configuration for the tables and the advanced search components, the starting value is null, you need to call the `getGraphqlTablesConfig`function to fill this property status, after the call the status will be the table config Object or false if the call failed
2121
- `setError: Function(value:Object|Bool)`
2222
- this function set the error property status.
2323
- `getDocumentClasses: Function()`

packages/tdb-react-table/src/AdvancedSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import '@react-awesome-query-builder/ui/css/styles.css';
77
//import '@react-awesome-query-builder/ui/css/styles.css';
88
//import {Query, Builder, BasicConfig, Utils as QbUtils} from 'react-awesome-query-builder';
99
import {Button} from 'react-bootstrap'
10-
import './style.css';
10+
//import './style.css';
1111

1212

1313
// Choose your skin (ant/material/vanilla):

0 commit comments

Comments
 (0)