From 7ef90bd9f4e2d070d7716f4c0452bb53b20eba36 Mon Sep 17 00:00:00 2001 From: nixocio Date: Wed, 15 Jun 2022 11:37:04 -0400 Subject: [PATCH] Update css var Update css var --- awx/ui/src/components/CodeEditor/VariablesDetail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/src/components/CodeEditor/VariablesDetail.js b/awx/ui/src/components/CodeEditor/VariablesDetail.js index 0e17d6e51f..c1f69fbf82 100644 --- a/awx/ui/src/components/CodeEditor/VariablesDetail.js +++ b/awx/ui/src/components/CodeEditor/VariablesDetail.js @@ -100,7 +100,7 @@ function VariablesDetail({ {error && (
{t`Error:`} {error.message}