Skip to content

Commit

Permalink
rewording open access label
Browse files Browse the repository at this point in the history
  • Loading branch information
balzack committed Jul 18, 2023
1 parent cd2501d commit 092e8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/web/src/dashboard/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ export function Dashboard() {
</div>
<div className="field">
<Space className="minHeight" size="middle">
<div>Open Access:</div>
<div>Public Account Creation:</div>
<Switch onChange={(e) => actions.setEnableOpenAccess(e)} size="small"
defaultChecked={false} checked={state.enableOpenAccess} />
{ state.enableOpenAccess && (
<InputNumber defaultValue={0} onChange={(e) => actions.setOpenAccessLimit(e)}
placeholder="Account Limit" value={state.openAccessLimit} />
placeholder="Limit" value={state.openAccessLimit} />
)}
</Space>
</div>
Expand Down

0 comments on commit 092e8ee

Please sign in to comment.