♻️ Add minor refactor on set-plugin-data change

This commit is contained in:
Andrey Antukh 2024-09-09 20:48:05 +02:00 committed by Alonso Torres
parent 1bd1782d66
commit a2f466810b
6 changed files with 103 additions and 51 deletions

View file

@ -598,7 +598,7 @@
(-> (pcb/empty-changes it)
(pcb/with-file-data file-data)
(assoc :file-id file-id)
(pcb/mod-plugin-data type id page-id namespace key value))]
(pcb/set-plugin-data type id page-id namespace key value))]
(rx/of (dch/commit-changes changes)))))))
(declare purge-page)