Merge branch 'main' into staging

This commit is contained in:
Nate Kelley 2025-09-25 11:28:29 -06:00
commit 593bb35d97
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export const getDashboardById = async ({
/** The version number of the dashboard */
version_number?: number;
}) => {
return await mainApiV2
return await mainApi
.get<GetDashboardResponse>(`/dashboards/${id}`, {
params: { password, version_number },
})