From 5f6c178c3eaea6fffe7d46ca3c75dcb0ffa92755 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 18 Jul 2019 15:23:13 +0200 Subject: Add generic svg selection Add a converter that maps each component to a dialog type, so that each component in the SVG can be mapped to a dialog if needed Issue-ID: CLAMP-423 Change-Id: I2dc2517048ffd911f70c64b07216aa988bcb4fe0 Signed-off-by: sebdet --- ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-react/src/components/dialogs') diff --git a/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js b/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js index f3bdeb683..0bf71580a 100644 --- a/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js +++ b/ui-react/src/components/dialogs/OpenLoop/OpenLoopModal.js @@ -110,7 +110,7 @@ export default class OpenLoopModal extends React.Component { - + -- cgit 1.2.3-korg