{
{t("publish_dialog_other_features")}
- {!showClickUrl && setShowClickUrl(true)} sx={{marginRight: 1, marginBottom: 1}}/>}
- {!showEmail && setShowEmail(true)} sx={{marginRight: 1, marginBottom: 1}}/>}
- {!showAttachUrl && !showAttachFile && setShowAttachUrl(true)} sx={{marginRight: 1, marginBottom: 1}}/>}
- {!showAttachFile && !showAttachUrl && handleAttachFileClick()} sx={{marginRight: 1, marginBottom: 1}}/>}
- {!showDelay && setShowDelay(true)} sx={{marginRight: 1, marginBottom: 1}}/>}
- {!showTopicUrl && setShowTopicUrl(true)} sx={{marginRight: 1, marginBottom: 1}}/>}
+ {!showClickUrl && setShowClickUrl(true)} sx={{marginRight: 1, marginBottom: 1}}/>}
+ {!showEmail && setShowEmail(true)} sx={{marginRight: 1, marginBottom: 1}}/>}
+ {!showAttachUrl && !showAttachFile && setShowAttachUrl(true)} sx={{marginRight: 1, marginBottom: 1}}/>}
+ {!showAttachFile && !showAttachUrl && handleAttachFileClick()} sx={{marginRight: 1, marginBottom: 1}}/>}
+ {!showDelay && setShowDelay(true)} sx={{marginRight: 1, marginBottom: 1}}/>}
+ {!showTopicUrl && setShowTopicUrl(true)} sx={{marginRight: 1, marginBottom: 1}}/>}
{
label={t("publish_dialog_checkbox_publish_another")}
sx={{marginRight: 2}}
control={
- setPublishAnother(ev.target.checked)} />
+ setPublishAnother(ev.target.checked)}
+ inputProps={{
+ "aria-label": t("publish_dialog_checkbox_publish_another")
+ }} />
} />
@@ -497,7 +514,7 @@ const PublishDialog = (props) => {
const Row = (props) => {
return (
-