From d0c57ca699322f11a6710d9b20edc6d3ba1ff25f Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Tue, 21 Jan 2025 14:43:59 +0100 Subject: [PATCH] [INTERNAL] sap/ui/core/demokit/tutorial/troubleshooting: Use sap/m/CheckBox Resolves: https://github.com/SAP-docs/sapui5/issues/176 Change-Id: I6e11fc4b9e7921cd70f358b7a0ad6ba6b8972fdd --- .../troubleshooting/01/webapp/controller/App.controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", {