Commit 1576810f authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[dashboard] fix for proper state of code editor after save

parent f0c995d6
...@@ -63,7 +63,6 @@ dashboardLayoutWithKeyCpt = R.hooksComponentWithModule thisModule "dashboardLayo ...@@ -63,7 +63,6 @@ dashboardLayoutWithKeyCpt = R.hooksComponentWithModule thisModule "dashboardLayo
, corpusId: parentId , corpusId: parentId
, defaultListId: 0 , defaultListId: 0
, fields , fields
, key: show $ GUR.value reload
, nodeId , nodeId
, onChange: onChange nodeId reload (DT.Hyperdata h) , onChange: onChange nodeId reload (DT.Hyperdata h)
, session } [] , session } []
...@@ -82,7 +81,6 @@ type LoadedProps = ...@@ -82,7 +81,6 @@ type LoadedProps =
, corpusId :: NodeID , corpusId :: NodeID
, defaultListId :: Int , defaultListId :: Int
, fields :: List.List FTField , fields :: List.List FTField
, key :: String
, onChange :: { charts :: Array P.PredefinedChart , onChange :: { charts :: Array P.PredefinedChart
, fields :: List.List FTField } -> Effect Unit , fields :: List.List FTField } -> Effect Unit
| Props | Props
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment