diff --git a/src/sap.ui.core/test/sap/ui/core/demokit/tutorial/troubleshooting/01/webapp/controller/App.controller.js b/src/sap.ui.core/test/sap/ui/core/demokit/tutorial/troubleshooting/01/webapp/controller/App.controller.js index 3009c710176..515fe37f41a 100644 --- a/src/sap.ui.core/test/sap/ui/core/demokit/tutorial/troubleshooting/01/webapp/controller/App.controller.js +++ b/src/sap.ui.core/test/sap/ui/core/demokit/tutorial/troubleshooting/01/webapp/controller/App.controller.js @@ -8,8 +8,8 @@ sap.ui.define([ 'sap/ui/core/mvc/Controller', 'sap/m/MessageToast', 'sap/base/Log', - 'sap/m/Button' -], function (Controller, MessageToast, Log, Button) { + 'sap/m/CheckBox' +], function (Controller, MessageToast, Log, CheckBox) { "use strict"; return Controller.extend("sap.ui.demo.HeapOfShards.controller.App", {