feat: add dropdown field with dynamic data in flow

This commit is contained in:
Ali BARIN
2022-03-19 21:32:45 +01:00
committed by Ömer Faruk Aydın
parent 5e1fc510ff
commit 932145e3a1
11 changed files with 174 additions and 43 deletions

View File

@@ -1,9 +1,5 @@
import App from '../../models/app';
import Connection from '../../models/connection';
import Step from '../../models/step';
import { IApp } from '@automatisch/types';
import Context from '../../types/express/context';
import ListData from '../../apps/slack/data/list-channels';
type Params = {
stepId: string;