mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 01:46:35 +00:00
Post /projects don't fail if it's owned by the same user
Just update it.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
[state id attr code]
|
||||
(let [loading? (rum/react *loading?)
|
||||
done? @(get state ::done?)]
|
||||
[:pre.pre-wrap-white-space.code
|
||||
[:pre.code
|
||||
[:code (assoc attr
|
||||
:id id
|
||||
:style {:opacity (if done? 1 0)})
|
||||
|
||||
Reference in New Issue
Block a user