Fix references
This commit is contained in:
parent
77b3547af7
commit
81c6eab05e
|
@ -24,7 +24,7 @@ import {
|
|||
getFromDesignDoc,
|
||||
getFromMemoryDoc,
|
||||
} from "../../../../api/controllers/view/utils"
|
||||
import sdk from "src/sdk"
|
||||
import sdk from "../../../../sdk"
|
||||
|
||||
export async function search(ctx: Ctx) {
|
||||
// Fetch the whole table when running in cypress, as search doesn't work
|
||||
|
|
Loading…
Reference in New Issue