Skip to content

Commit

Permalink
feat(ui5-time-picker): fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NHristov-sap committed May 4, 2023
1 parent 6a96e2a commit 736511c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/main/src/ToggleSpinButton.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
import customElement from "@ui5/webcomponents-base/dist/decorators/customElement.js";
import property from "@ui5/webcomponents-base/dist/decorators/property.js";
import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
Expand Down Expand Up @@ -84,10 +83,6 @@ class ToggleSpinButton extends ToggleButton {
*/
@property()
valueText?: string;

_onclick() {
}

}

ToggleSpinButton.define();
Expand Down

0 comments on commit 736511c

Please sign in to comment.