2
0

Change design of lists in web UI (#32881)

This commit is contained in:
Eugen Rochko
2024-11-21 17:10:04 +01:00
committed by GitHub
parent 7385016837
commit 62603508c7
39 changed files with 1395 additions and 1350 deletions

View File

@@ -68,6 +68,7 @@ export async function apiRequest<ApiResponse = unknown>(
method: Method,
url: string,
args: {
signal?: AbortSignal;
params?: RequestParamsOrData;
data?: RequestParamsOrData;
timeout?: number;