Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

기획자 직군의 기획서 제출 질문을 필수로 변경 #120

Merged
merged 4 commits into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ const canNext = (applicationNames: Array<string>) => {
}
return (
!(localStorageValueFromName.length === 0) ||
(name === "channel" && localStorage.get("channelEtc", EMPTY_STRING).length !== 0)
(name === "channel" &&
localStorage.get("channelEtc", EMPTY_STRING).length !== 0)
);
});
};
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants/application/26/manager.ts
2yunseong marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const APPLICATION_MANAGER: ApplicationQuestion[] = [
},
{
name: "fileUrlforPlanner",
require: false,
require: true,
type: "text",
title: "파일 URL",
subtitle: "Google Drive 등",
Expand Down