Fix more errors, Uint8Array<ArrayBuffer> disambiguation
This commit is contained in:
@@ -21,7 +21,7 @@ export function Repertoires() {
|
||||
|
||||
const { isLoading, error, data: repertoireIds } = useLoading(Effect.gen(function* () {
|
||||
yield* debounce.current;
|
||||
const data = yield* client.queryRepertoire({
|
||||
const data = yield* client.queryRepertoires({
|
||||
name: name !== "" ? Option.some(name) : Option.none(),
|
||||
offset: 0,
|
||||
limit: 100,
|
||||
|
||||
Reference in New Issue
Block a user