Skip to content

Commit b82e610

Browse files
committed
Build fix
1 parent 37a0370 commit b82e610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apps/admin/src/lib/components/DialogDeleteUser/DialogDeleteUser.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export const DialogDeleteUser: FC<Props> = (props: Props) => {
7373
name='ticketUrl'
7474
label='Delete request ticket URL'
7575
placeholder='https://'
76+
type='text'
7677
value={ticketUrl}
7778
error={error}
7879
onChange={handleTicketUrlChange}

0 commit comments

Comments
 (0)