We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9952330 commit f0e1433Copy full SHA for f0e1433
apps/pyconkr-participant-portal/src/components/pages/profile_editor.tsx
@@ -110,7 +110,7 @@ const InnerProfileEditor: React.FC = () => {
110
{profile?.has_requested_modification_audit && <CurrentlyModAuditInProgress language={language} modificationAuditId={modificationAuditId} />}
111
<PrimaryTitle variant="h4" children={titleStr} />
112
<Stack spacing={2} sx={{ width: "100%", flexGrow: 1 }}>
113
- <PublicFileSelector label={speakerImageStr} value={editorState.image} onChange={onImageSelectChange} />
+ <PublicFileSelector label={speakerImageStr} value={editorState.image} onChange={onImageSelectChange} disabled={formDisabled} />
114
<MultiLanguageField
115
label={{ ko: "닉네임", en: "Nickname" }}
116
value={{
0 commit comments