fix(web): password field
This commit is contained in:
@@ -194,6 +194,13 @@ export const columns: ColumnDef<Machine>[] = [
|
|||||||
description="Edit machines"
|
description="Edit machines"
|
||||||
serverAction={updateMachine}
|
serverAction={updateMachine}
|
||||||
formSchema={addMachineSchema}
|
formSchema={addMachineSchema}
|
||||||
|
fieldConfig={{
|
||||||
|
auth_token: {
|
||||||
|
inputProps: {
|
||||||
|
type: "password",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user