mirror of
https://github.com/penpot/penpot.git
synced 2025-06-25 19:37:03 +02:00
🐛 Fix many issues relted to comments on viewer.
This commit is contained in:
parent
013c866137
commit
061fdcd5bd
5 changed files with 33 additions and 27 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
(def ^:private
|
||||
sql:project
|
||||
"select p.id, p.name
|
||||
"select p.id, p.name, p.team_id
|
||||
from project as p
|
||||
where p.id = ?
|
||||
and p.deleted_at is null")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue