Skip to content

Commit

Permalink
add small factor
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel94104 committed Sep 8, 2023
1 parent 80877ee commit 7527ea7
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 @@ -48,8 +48,7 @@ export default class DemoWorkPlan extends LightningElement {
query workstep($parentId: ID = "") {
uiapi {
query {
WorkStep(where: { WorkPlanId: { eq: $parentId } })
{
WorkStep(where: { WorkPlanId: { eq: $parentId } }) {
edges {
node {
Id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<targetConfig targets="lightning__ServiceDocument">
<supportedFormFactors>
<supportedFormFactor type="Large" />
<supportedFormFactor type="Small" />
</supportedFormFactors>
<property name="text" type="string" default="A medium header" />
<property name="colorhex" type="string" default="1B3971" />
Expand Down

0 comments on commit 7527ea7

Please sign in to comment.