Skip to content

Commit

Permalink
修改預設 section 的 placeholder (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
barry800414 authored and mark86092 committed Jul 31, 2017
1 parent 9f8c236 commit 239c5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ShareExperience/InterviewForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
import helmetData from '../../../constants/helmetData';
import { INVALID, INTERVIEW_FORM_ORDER } from '../../../constants/formElements';

const createSection = id => (subtitle, placeholder = '', titlePlaceholder = '請輸入標題,例:面試過程') => {
const createSection = id => (subtitle, placeholder = '', titlePlaceholder = '請輸入標題,例:面試方式') => {
const section = {
id,
subtitle,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import styles from './WorkExperiencesForm.module.css';
import helmetData from '../../../constants/helmetData';
import { INVALID, WORK_FORM_ORDER } from '../../../constants/formElements';

const createSection = id => (subtitle, placeholder = '', titlePlaceholder = '請輸入標題,例:工作環境') => {
const createSection = id => (subtitle, placeholder = '', titlePlaceholder = '請輸入標題,例:實際工作內容') => {
const section = {
id,
subtitle,
Expand Down

0 comments on commit 239c5be

Please sign in to comment.