props.setTopic(ev.target.value)}
- type="text"
- fullWidth
- variant="standard"
- inputProps={{
- maxLength: 64,
- "aria-label": t("subscribe_dialog_subscribe_topic_placeholder")
- }}
- />
+
+ props.setTopic(ev.target.value)}
+ type="text"
+ fullWidth
+ variant="standard"
+ inputProps={{
+ maxLength: 64,
+ "aria-label": t("subscribe_dialog_subscribe_topic_placeholder")
+ }}
+ />
+
+