Embed new web UI into server
This commit is contained in:
@@ -109,6 +109,7 @@ const SubscribePage = (props) => {
|
||||
margin="dense"
|
||||
id="topic"
|
||||
placeholder="Topic name, e.g. phil_alerts"
|
||||
inputProps={{ maxLength: 64 }}
|
||||
value={props.topic}
|
||||
onChange={ev => props.setTopic(ev.target.value)}
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user