Skip to content
Snippets Groups Projects
Commit 8e525671 authored by 이권민's avatar 이권민
Browse files

[EDIT] meeting info 제출 버튼 안내 문구 추가

parent 1d2828ea
Branches
No related tags found
No related merge requests found
......@@ -148,7 +148,15 @@ function MeetingInfoForm() {
/>
</div>
</div>
<Button type="submit" text="시작하기" disabled={!isFormValid} />
{isFormValid ? (
<Button type="submit" text="시작하기" disabled={!isFormValid} />
) : (
<Button
type="submit"
text="필수 선택 항목을 확인하세요"
disabled={!isFormValid}
/>
)}
</div>
</form>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment