mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
4710c28db5
commit
62e6a4c017
@ -218,7 +218,9 @@ export const SyncNetworks = ({ serverId }: Props) => {
|
||||
variant="outline"
|
||||
size="xs"
|
||||
isLoading={resyncMutation.isPending}
|
||||
onClick={() => onResync(changed.networkId, changed.name)}
|
||||
onClick={() =>
|
||||
onResync(changed.networkId, changed.name)
|
||||
}
|
||||
>
|
||||
<RotateCcw className="size-3.5" />
|
||||
Update
|
||||
|
||||
Loading…
Reference in New Issue
Block a user