mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-31 10:52:42 +00:00
disabling owner input
This commit is contained in:
@@ -237,7 +237,7 @@ const VaultPage = (props) => {
|
|||||||
placeholder="Gazook89"
|
placeholder="Gazook89"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
${/*<label>
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="owner"
|
name="owner"
|
||||||
@@ -246,7 +246,7 @@ const VaultPage = (props) => {
|
|||||||
onChange={validateForm}
|
onChange={validateForm}
|
||||||
/>
|
/>
|
||||||
Author is the owner
|
Author is the owner
|
||||||
</label>
|
</label>*/}
|
||||||
<label>
|
<label>
|
||||||
Results per page
|
Results per page
|
||||||
<select ref={countRef} name="count" defaultValue={count}>
|
<select ref={countRef} name="count" defaultValue={count}>
|
||||||
|
|||||||
Reference in New Issue
Block a user