Open
Description
Since https://github.com/airbytehq/airbyte/pull/19539/files we removed the onboarding page from the webapp. We could now remove displaySetupWizard
which was used to track if the onboarding page should still be shown, from the backend and APIs as well, or at least deprecate it.
There are still some places this type appears in the FE, which can all safely be removed with the removal from the API.