chore: create/ update issue modal restructure. (#5385)
* chore: create/ update issue modal restructure. * chore: minor UI improvements.
This commit is contained in:
parent
bf08d21da6
commit
e6526a31c8
33 changed files with 1377 additions and 877 deletions
3
web/helpers/issue-modal.helper.ts
Normal file
3
web/helpers/issue-modal.helper.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { ISSUE_FORM_TAB_INDICES } from "@/constants/issue-modal";
|
||||
|
||||
export const getTabIndex = (key: string) => ISSUE_FORM_TAB_INDICES.findIndex((tabIndex) => tabIndex === key) + 1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue