mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
#591 - load balancer
This commit is contained in:
@ -55,7 +55,7 @@ export default function Execute({ script, children }: { script: Script; children
|
||||
<ServerSelect
|
||||
value={form.data.server}
|
||||
onValueChange={(value) => {
|
||||
form.setData('server', value.id.toString());
|
||||
form.setData('server', value ? value.id.toString() : '');
|
||||
setServer(value);
|
||||
}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user