fix: type Number on StorageSize in Edit mode

This commit is contained in:
bsourisse 2023-08-10 19:19:20 +02:00
parent 045f1d1576
commit 0c4955603e

View file

@ -67,7 +67,7 @@ export default async function handler(req, res) {
...repo,
alias: alias,
sshPublicKey: sshPublicKey,
storageSize: size,
storageSize: Number(size),
comment: comment,
alert: alert,
lanCommand: lanCommand,