Update snapshots
This commit is contained in:
parent
b18382c978
commit
5538946453
1 changed files with 5 additions and 3 deletions
|
@ -97221,6 +97221,7 @@ Ctrl + K"
|
|||
disabled=""
|
||||
name="sku"
|
||||
type="text"
|
||||
value=""
|
||||
/>
|
||||
<fieldset
|
||||
aria-hidden="true"
|
||||
|
@ -97242,8 +97243,8 @@ Ctrl + K"
|
|||
class="MuiFormControl-root-id MuiTextField-root-id"
|
||||
>
|
||||
<label
|
||||
class="MuiFormLabel-root-id MuiInputLabel-root-id MuiInputLabel-formControl-id MuiInputLabel-animated-id MuiInputLabel-outlined-id MuiFormLabel-disabled-id MuiInputLabel-disabled-id"
|
||||
data-shrink="false"
|
||||
class="MuiFormLabel-root-id MuiInputLabel-root-id MuiInputLabel-formControl-id MuiInputLabel-animated-id MuiInputLabel-shrink-id MuiInputLabel-outlined-id MuiFormLabel-disabled-id MuiInputLabel-disabled-id MuiFormLabel-filled-id"
|
||||
data-shrink="true"
|
||||
>
|
||||
Inventory
|
||||
</label>
|
||||
|
@ -97256,6 +97257,7 @@ Ctrl + K"
|
|||
disabled=""
|
||||
name="stockQuantity"
|
||||
type="number"
|
||||
value="0"
|
||||
/>
|
||||
<fieldset
|
||||
aria-hidden="true"
|
||||
|
@ -97264,7 +97266,7 @@ Ctrl + K"
|
|||
>
|
||||
<legend
|
||||
class="PrivateNotchedOutline-legend-id"
|
||||
style="width:0.01px"
|
||||
style="width:0"
|
||||
>
|
||||
<span>
|
||||
|
||||
|
|
Loading…
Reference in a new issue