chore: global issues ui improvement and bug fixes (#2300)
This commit is contained in:
parent
6cb4b222d0
commit
459999e8c9
11 changed files with 99 additions and 83 deletions
|
|
@ -48,10 +48,12 @@ export const CreateUpdateWorkspaceViewModal: React.FC<Props> = ({
|
|||
};
|
||||
await workspaceService
|
||||
.createView(workspaceSlug as string, payloadData)
|
||||
.then(() => {
|
||||
.then((res) => {
|
||||
mutate(WORKSPACE_VIEWS_LIST(workspaceSlug as string));
|
||||
handleClose();
|
||||
|
||||
router.replace(`/${workspaceSlug}/workspace-views/issues?viewId=${res.id}`);
|
||||
|
||||
setToastAlert({
|
||||
type: "success",
|
||||
title: "Success!",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue