mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 11:48:29 +02:00
✨ Ensure workspace page loading and intialization process
This commit is contained in:
parent
6b3a988526
commit
b8107ee497
4 changed files with 99 additions and 51 deletions
|
@ -120,7 +120,7 @@
|
|||
;; to lost team features updating
|
||||
|
||||
;; When newly computed features does not match exactly with
|
||||
;; the features defined on team row, we update it.
|
||||
;; the features defined on team row, we update it
|
||||
(when (not= features (:features team))
|
||||
(let [features (db/create-array conn "text" features)]
|
||||
(db/update! conn :team
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue