|
|
@ -247,7 +247,7 @@ const AddQuestionsFromBank = ({ grades, addExamState, dispatch, stepClick, backS |
|
|
|
<div className="flex w-full px-10 items-center justify-end"> |
|
|
|
<div className="flex w-full px-10 items-center justify-end"> |
|
|
|
<button className=' mx-6 h-12 mt-4 text-red52 font-bold flex items-center justify-center' onClick={() => backStep()}> بازگشت به مرحله قبل </button> |
|
|
|
<button className=' mx-6 h-12 mt-4 text-red52 font-bold flex items-center justify-center' onClick={() => backStep()}> بازگشت به مرحله قبل </button> |
|
|
|
<Button |
|
|
|
<Button |
|
|
|
title='ارسال پیام' |
|
|
|
title='مرحله بعدی' |
|
|
|
className='w-1/12' |
|
|
|
className='w-1/12' |
|
|
|
onClick={() => { |
|
|
|
onClick={() => { |
|
|
|
dispatch({ type: 'ADD_EXAM_DESCRIPTION', payload }); |
|
|
|
dispatch({ type: 'ADD_EXAM_DESCRIPTION', payload }); |
|
|
|