CEC-1317 npm update (#134)
This commit is contained in:
@@ -2569,6 +2569,14 @@ exports[`App Route /package-create authenticated 1`] = `
|
||||
placeholder="Package description"
|
||||
required=""
|
||||
rows="4"
|
||||
style="height: 0px; overflow: hidden;"
|
||||
/>
|
||||
<textarea
|
||||
aria-hidden="true"
|
||||
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputMultiline MuiOutlinedInput-inputMultiline"
|
||||
readonly=""
|
||||
style="visibility: hidden; position: absolute; overflow: hidden; height: 0px; top: 0px; left: 0px; transform: translateZ(0); width: 100%;"
|
||||
tabindex="-1"
|
||||
/>
|
||||
<fieldset
|
||||
aria-hidden="true"
|
||||
|
||||
@@ -108,7 +108,7 @@ const MainForm = () => {
|
||||
required
|
||||
fullWidth
|
||||
multiline
|
||||
rows={4}
|
||||
minRows={4}
|
||||
placeholder="Package description"
|
||||
inputRef={descEl}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user