fix series number and improve author view
This commit is contained in:
@@ -489,7 +489,8 @@ export default function AddStoryContent() {
|
||||
<Input
|
||||
label="Volume/Part (optional)"
|
||||
type="number"
|
||||
min="1"
|
||||
min="0.1"
|
||||
step="any"
|
||||
value={formData.volume}
|
||||
onChange={handleInputChange('volume')}
|
||||
placeholder="Enter volume/part number"
|
||||
|
||||
Reference in New Issue
Block a user