Add optimistic rendering on right drawer title (#786)

* Add optimistic rendering on right drawer title

* Fix

* Fix

* Fix

* Fix

* Fix

* Fix
This commit is contained in:
Charles Bochet
2023-07-20 23:58:21 -07:00
committed by GitHub
parent e65c7ee6fe
commit 79fccb0404
4 changed files with 31 additions and 18 deletions

View File

@ -42,6 +42,7 @@ You also need to have a PosgresSQL database available. If you already have one a
If you don't, you can provision one through `docker` using the following command:
```
cd twenty
make provision-postgres
```