Skip to content

Commit dca04f9

Browse files
authored
Temporary disable v1 add application form on UI (#5694)
Signed-off-by: khanhtc1202 <[email protected]>
1 parent 9ad138a commit dca04f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/application-form/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ export const ApplicationFormTabs: React.FC<ApplicationFormProps> = (props) => {
9494
}
9595
{...tabProps(TabKeys.V0)}
9696
/>
97-
<Tab
97+
{/* <Tab
9898
className={classes.tabLabel}
9999
label="PIPED V1 ADD FROM SUGGESTIONS"
100100
{...tabProps(TabKeys.V1)}
101-
/>
101+
/> */}
102102
<Tab
103103
className={classes.tabLabel}
104104
label="ADD MANUALLY"

0 commit comments

Comments
 (0)