From 264ac7bf31fb9429c9d1570751613ab6159a59f4 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Fri, 4 Dec 2020 10:54:31 +0000 Subject: [PATCH] dashboard 0.7 --- src/dependencies.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependencies.pug b/src/dependencies.pug index 0cca4ea..d2f6d49 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -36,7 +36,7 @@ if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints //- script(type="module" src="/lib/solid-directory/dist/index.js" defer) if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards) - script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@0.4" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@0.7" defer) //- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer) if endpoints.users || (endpoints.get && endpoints.get.users)