From 96ba519a36dc01a46c5547dcc1c699e6813ecb63 Mon Sep 17 00:00:00 2001 From: Samuel Date: Wed, 22 Oct 2025 07:32:30 +0200 Subject: [PATCH] Fix Altair GraphQL loading Due to recent changes in Altair GraphQL v8.4.0 (updating the angular version and build system which uses native ESM module imports), the current static boilerplate no longer works properly. Updating the script tags as appropriate to conform to the new setup. --- src/Ui.Altair/Internal/altair.cshtml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Ui.Altair/Internal/altair.cshtml b/src/Ui.Altair/Internal/altair.cshtml index 04080ab9..b3e70540 100644 --- a/src/Ui.Altair/Internal/altair.cshtml +++ b/src/Ui.Altair/Internal/altair.cshtml @@ -31,11 +31,10 @@ - - - + + -