🐛 Fix problem when export not getting new change

This commit is contained in:
alonso.torres 2024-02-01 10:32:44 +01:00
parent 334d1fd9b3
commit b0d723282b
4 changed files with 14 additions and 0 deletions

View file

@ -591,3 +591,6 @@
(def updating-library
(l/derived :updating-library st/state))
(def persistence-state
(l/derived (comp :status :workspace-persistence) st/state))