Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit de54756

Browse files
committed
fix: manage applications input field
1 parent ab1484d commit de54756

File tree

1 file changed

+0
-5
lines changed
  • src/features/dashboard/components/AppForm

1 file changed

+0
-5
lines changed

src/features/dashboard/components/AppForm/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,6 @@ const AppForm = ({
277277
placeholder=' '
278278
/>
279279
<label htmlFor='app_verification_uri'>Verification URL (optional)</label>
280-
<Text
281-
as='p'
282-
type='paragraph-2'
283-
className={`${styles.helperText} ${styles.formsubHeading}`}
284-
></Text>
285280
</div>
286281
{errors && errors.verification_uri && (
287282
<span className='error-message'>{errors.verification_uri.message}</span>

0 commit comments

Comments
 (0)