🐛 Fix on shared libraries updates popup with several libraries, the update button remains disabled after updating one

This commit is contained in:
Pablo Alba 2023-10-31 13:18:27 +01:00
parent 08c69e751d
commit e01b2e9a5f
3 changed files with 18 additions and 5 deletions

View file

@ -576,3 +576,6 @@
(def specialized-panel
(l/derived :specialized-panel st/state))
(def updating-library
(l/derived :updating-library st/state))