Skip to content

Commit

Permalink
eschweitzer78/update-2024-05-30-1630v2 (#343)
Browse files Browse the repository at this point in the history
* NSW DS specific date picker and minors

* versions

* Removing light mode
  • Loading branch information
eschweitzer78 committed May 30, 2024
1 parent ca7bc4f commit 309aef3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<template lwc:render-mode="light">
<template>
<template lwc:if={debug}>
<p>_displayValue: {_displayValue}</p>
<p>_value: {_value}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ export default class extends SfGpsDsAuNswStatusHelperMixin(
LightningElement
// eslint-disable-next-line @lwc/lwc/no-leading-uppercase-api-name
) {
static renderMode = "light";

@api hideFormGroup = false;
@api hideAsterisk = false;

Expand Down

0 comments on commit 309aef3

Please sign in to comment.