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, ...repo,
alias: alias, alias: alias,
sshPublicKey: sshPublicKey, sshPublicKey: sshPublicKey,
storageSize: size, storageSize: Number(size),
comment: comment, comment: comment,
alert: alert, alert: alert,
lanCommand: lanCommand, lanCommand: lanCommand,