Remove placeholder value from data provider API
This commit is contained in:
parent
1eee2ccc04
commit
7f1b612e75
|
@ -19,7 +19,6 @@
|
|||
const component = getContext("component")
|
||||
const dataProviderApi = {
|
||||
setLuceneQuery: newQuery => (query = newQuery),
|
||||
foo: "bar",
|
||||
}
|
||||
|
||||
// Loading flag every time data is being fetched
|
||||
|
|
Loading…
Reference in New Issue