From 40e7cd89991e687b892a48cf29e44264d3aeda83 Mon Sep 17 00:00:00 2001 From: katauber Date: Wed, 6 Sep 2023 09:40:00 +0200 Subject: [PATCH] Change editor label after review. See #114 --- src/cljs/metafacture_playground/db.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cljs/metafacture_playground/db.cljs b/src/cljs/metafacture_playground/db.cljs index 6256a03..fa3a7ad 100644 --- a/src/cljs/metafacture_playground/db.cljs +++ b/src/cljs/metafacture_playground/db.cljs @@ -5,7 +5,7 @@ :content nil :collapsed? false :disabled? true - :label "\"inputFile\"-content" + :label "inputFile-content" :file-variable "inputFile" :width 16 :language "text/plain" @@ -23,7 +23,7 @@ :default-width 8 :width 8 :disabled? true - :label "\"transformationFile\"-content" + :label "transformationFile-content" :file-variable "transformationFile" :language "text/plain"} :result {:label "Result"