Integration survey (#194)

* add integrations tab with surveys

* add new horizontal navbar

---------

Co-authored-by: knugget <johannes@knugget.de>
This commit is contained in:
Matti Nannt
2023-02-08 13:55:02 +01:00
committed by GitHub
parent 29db5394f7
commit edacd3507a
24 changed files with 519 additions and 162 deletions
@@ -148,6 +148,7 @@ export function EnginePage({
{element.name ? (
<ElementComponent
element={element}
page={page}
control={control}
register={register}
onSubmit={() => handleSubmitElement()}