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