Fix: bug fixes and UI / UX improvements (#2906)

* Fix: issue with project publish modal data not updating immediately.

* fix: issue with workspace list not scrollable in profile settings.

* fix: update redirect workspace slug logic to redirect to prev workspace instead of `/`.

* style: update API tokens and webhooks empty state designs.
This commit is contained in:
Prateek Shourya
2023-11-28 11:29:01 +05:30
committed by sriram veeraghanta
parent d84e043c93
commit c4fb543372
6 changed files with 83 additions and 33 deletions
@@ -119,7 +119,7 @@ export const PublishProjectModal: React.FC<Props> = observer((props) => {
reset({ ...updatedData });
}
}, [reset, projectPublishStore.projectPublishSettings]);
}, [reset, projectPublishStore.projectPublishSettings, isOpen]);
// fetch publish settings
useEffect(() => {