From cb5cfffbb04ee0d914d7b8ba142af025a24943a6 Mon Sep 17 00:00:00 2001 From: Jonathan Haas Date: Thu, 1 May 2025 19:51:53 +0200 Subject: [PATCH] Fix relative path in hrefNewSet configuration Fixes #250 --- packages/react/components/Editor/config/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/components/Editor/config/index.mjs b/packages/react/components/Editor/config/index.mjs index 7afd89de335..f4a43e58abd 100644 --- a/packages/react/components/Editor/config/index.mjs +++ b/packages/react/components/Editor/config/index.mjs @@ -7,7 +7,7 @@ export const defaultConfig = { // Link to create a new measurements set, set to false to disable // TODO: this is the link to the sets page, the new set button is a dynamic popover on that page // TODO and not directly linkable - hrefNewSet: 'account/data/sets/', + hrefNewSet: '/account/data/sets/', // Cloud default image cloudImageDflt: 'https://imagedelivery.net/ouSuR9yY1bHt-fuAokSA5Q/365cc64e-1502-4d2b-60e0-cc8beee73f00/public',