From d492e3e33a004d5a9638811e045bf2664eab8c6c Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Thu, 6 Apr 2023 10:54:45 +0200 Subject: [PATCH] First experiment with forms - part4 --- geant_service_orchestrator/workflows/device/create_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geant_service_orchestrator/workflows/device/create_device.py b/geant_service_orchestrator/workflows/device/create_device.py index d98943eb..5be2e0e4 100644 --- a/geant_service_orchestrator/workflows/device/create_device.py +++ b/geant_service_orchestrator/workflows/device/create_device.py @@ -117,7 +117,7 @@ def provision_device_dry( @step("Confirm provisioning") -def confirmation_form() -> FormGenerator: +def confirmation_form() -> State: class ConfirmActionForm(FormPage): class Config: title = "Confirm your action" -- GitLab