Ready to implement network routes contents

This commit is contained in:
2023-12-04 20:16:32 +01:00
parent 0e3945089c
commit e579a3aadd
16 changed files with 523 additions and 46 deletions

View File

@ -22,7 +22,7 @@ export function VMSelectIsoInput(p: {
if (!p.value && !p.editable) return <></>;
if (p.value) {
const iso = p.isoList.find((d) => d.filename == p.value);
const iso = p.isoList.find((d) => d.filename === p.value);
return (
<ListItem
secondaryAction={