Skip to content

Commit

Permalink
fix(deploy-web): fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Jun 5, 2024
1 parent 3ad28da commit 91ebe4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const SdlBuilder = React.forwardRef<SdlBuilderRefType, Props>(({ sdlStrin
serviceIndex={serviceIndex}
gpuModels={gpuModels}
setValue={setValue}
_services={_services}
_services={_services as Service[]}
control={control}
trigger={trigger}
onRemoveService={onRemoveService}
Expand Down

0 comments on commit 91ebe4d

Please sign in to comment.