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/LoopUI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-react/src/LoopUI.js') diff --git a/ui-react/src/LoopUI.js b/ui-react/src/LoopUI.js index 4271f1037..dd4923e3e 100644 --- a/ui-react/src/LoopUI.js +++ b/ui-react/src/LoopUI.js @@ -175,7 +175,7 @@ export default class LoopUI extends React.Component { {this.renderLoopViewer()} ()} /> - ()} /> + ()} /> ()} /> ()} /> -- cgit 1.2.3-korg