From c678811e8fc91007ca383923ab8cf585ec080877 Mon Sep 17 00:00:00 2001 From: Barry Brands Date: Fri, 1 Nov 2024 15:39:48 +0100 Subject: [PATCH] fix dashboardcards --- pwa/src/apiService/resources/dashboardCards.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwa/src/apiService/resources/dashboardCards.tsx b/pwa/src/apiService/resources/dashboardCards.tsx index 7fcd178d..17ad7ecb 100644 --- a/pwa/src/apiService/resources/dashboardCards.tsx +++ b/pwa/src/apiService/resources/dashboardCards.tsx @@ -25,7 +25,7 @@ export default class DashboardCards { } public getAll = async (): Promise => { - const { data } = await this._send(this._instance, "GET", `/admin/dashboardCards", undefined, { + const { data } = await this._send(this._instance, "GET", "/admin/dashboardCards", undefined, { error: "Could not fetch Dashboardcards.", });