Fix more integrations message (#4106)

* Fix more integrations message

* Period outside link
This commit is contained in:
Bram Kragten
2019-10-23 01:10:42 +02:00
committed by Paulus Schoutsen
parent 06d59b3cde
commit 0792278927
5 changed files with 31 additions and 13 deletions

View File

@@ -75,6 +75,7 @@ export interface DataEntryFlowDialogParams {
continueFlowId?: string;
dialogClosedCallback?: (params: { flowFinished: boolean }) => void;
flowConfig: FlowConfig;
showAdvanced?: boolean;
}
export const loadDataEntryFlowDialog = () =>