Skip to content

Commit

Permalink
feat(core/datepicker/timepicker/datetimepicker): fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiashader committed Nov 3, 2023
1 parent c6bce6c commit b8d2615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class TimePickerRework {

if (!this._time.isValid()) {
console.error(
'Invalid time format. Enter the format does not match the format of the passed time.'
'Invalid time format. The configured format does not match the format of the passed time.'
);
return;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
</head>

<body style="margin: 0px; height: 100vh">
<my-component/>
<my-component />
</body>
</html>

0 comments on commit b8d2615

Please sign in to comment.