This commit is contained in:
hamid zarghami
2025-02-16 15:38:38 +03:30
parent 610935717e
commit ca2c7b4fc2
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@
html {
direction: rtl;
overflow: hidden;
}
body {
+1 -3
View File
@@ -75,11 +75,9 @@ const CreateTicket: FC = () => {
}
})
console.log(formik.errors);
return (
<div className='mt-4'>
<div className='mt-4 pb-12'>
<div>
{t('ticket.new_ticket')}
</div>