Skip to content

Commit

Permalink
Change editor label after review. See #114
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Sep 6, 2023
1 parent d590fa5 commit 40e7cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cljs/metafacture_playground/db.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:content nil
:collapsed? false
:disabled? true
:label "\"inputFile\"-content"
:label "inputFile-content"
:file-variable "inputFile"
:width 16
:language "text/plain"
Expand All @@ -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"
Expand Down

0 comments on commit 40e7cd8

Please sign in to comment.