mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
Fixed some minor admin bugs (#6335)
This commit is contained in:
parent
a541375f7f
commit
9d8f1f60cc
4 changed files with 14 additions and 6 deletions
|
@ -8,7 +8,7 @@ export const SettingsPage = ()=>{
|
|||
const settingsSocket = useStore(state=>state.settingsSocket)
|
||||
const settings = useStore(state=>state.settings)
|
||||
|
||||
return <div>
|
||||
return <div className="settings-page">
|
||||
<h1><Trans i18nKey="admin_settings.current"/></h1>
|
||||
<textarea value={settings} className="settings" onChange={v => {
|
||||
useStore.getState().setSettings(v.target.value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue