Remove log
This commit is contained in:
parent
3e97e299bf
commit
b00f3d2418
|
@ -15,8 +15,6 @@ export const initialise = context => {
|
||||||
// Update fetch when sorting changes
|
// Update fetch when sorting changes
|
||||||
sort.subscribe($sort => {
|
sort.subscribe($sort => {
|
||||||
if (get(datasource)?.type === "table") {
|
if (get(datasource)?.type === "table") {
|
||||||
console.log("update", $sort)
|
|
||||||
console.log(get(fetch))
|
|
||||||
get(fetch)?.update({
|
get(fetch)?.update({
|
||||||
sortOrder: $sort.order,
|
sortOrder: $sort.order,
|
||||||
sortColumn: $sort.column,
|
sortColumn: $sort.column,
|
||||||
|
|
Loading…
Reference in New Issue