From fcba2ba902636bfe542ad45de2f8336430b14fe5 Mon Sep 17 00:00:00 2001 From: Deluan Date: Fri, 13 Jun 2025 00:04:37 -0400 Subject: [PATCH] fix(ui): always define `config` resource. fixes #4224 Signed-off-by: Deluan --- ui/src/App.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/src/App.jsx b/ui/src/App.jsx index 4a38051b..8469ac27 100644 --- a/ui/src/App.jsx +++ b/ui/src/App.jsx @@ -137,9 +137,7 @@ const Admin = (props) => { , , , - permissions === 'admin' && config.devUIShowConfig ? ( - - ) : null, + , , ]}