Skip to content

Commit

Permalink
[INTERNAL] sap/ui/core/demokit/tutorial/troubleshooting: Use sap/m/Ch…
Browse files Browse the repository at this point in the history
…eckBox

Resolves: SAP-docs/sapui5#176

Change-Id: I6e11fc4b9e7921cd70f358b7a0ad6ba6b8972fdd
  • Loading branch information
flovogt committed Jan 21, 2025
1 parent 0f254c3 commit d0c57ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down

0 comments on commit d0c57ca

Please sign in to comment.