Ready to implement network routes contents
This commit is contained in:
@ -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={
|
||||
|
Reference in New Issue
Block a user