mirror of
https://github.com/makeplane/plane.git
synced 2026-05-08 00:49:36 -05:00
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:
committed by
sriram veeraghanta
parent
d84e043c93
commit
c4fb543372
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user