Compare commits
No commits in common. "d613e4e1eb5bdb8f4c0bad5668f9d6d2810bca2a" and "6001a064cfb11338c8b2e4b4e238cacb7263ca60" have entirely different histories.
d613e4e1eb
...
6001a064cf
@ -222,21 +222,6 @@ export default function RegistForm() {
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="data-input-form-bx">
|
||||
<div className="data-input-form-tit">
|
||||
Customer <i className="import">*</i>
|
||||
</div>
|
||||
<div className="data-input">
|
||||
<input
|
||||
className="input-frame"
|
||||
type="text"
|
||||
placeholder="名前を書いてください"
|
||||
value={session.custNm ?? ''}
|
||||
readOnly={true}
|
||||
id="regUserNm"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="data-input-form-bx">
|
||||
<div className="data-input-form-tit">電話番号</div>
|
||||
<div className="data-input">
|
||||
|
||||
@ -45,7 +45,6 @@ const initialState: InitialState = {
|
||||
builderNm: null,
|
||||
isLoggedIn: false,
|
||||
role: null,
|
||||
custNm: null,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@ -31,5 +31,4 @@ export interface SessionData {
|
||||
builderNm: null | string
|
||||
isLoggedIn: boolean
|
||||
role: string | null
|
||||
custNm: null | string
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user