Skip to content

Commit

Permalink
Merge branch 'main' into pozil/graphql-custom-field
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil authored Aug 28, 2023
2 parents 731706c + 2fe2418 commit e9469b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Make sure to start from a brand-new environment to avoid conflicts with previous

1. Log in to your org

1. Click [this link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3t0000037tpEAAQ) to install the Recipes unlocked package in your org.
1. Click [this link](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t3t0000037tr0AAA) to install the Recipes unlocked package in your org.

1. Select **Install for All Users**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<template>
<lightning-card
title="DispatchRefreshEvent (Beta)"
icon-name="standard:account"
>
<lightning-card title="DispatchRefreshEvent" icon-name="standard:account">
<div class="slds-var-m-around_medium">
<lightning-record-edit-form
object-api-name="Account"
Expand Down Expand Up @@ -38,7 +35,7 @@
href="https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.data_refreshview"
target="_blank"
noopener
>Refresh API (Beta)</a
>RefreshView API</a
>.
</c-view-source>
</lightning-card>
Expand Down
6 changes: 1 addition & 5 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"sfdcLoginUrl": "https://login.salesforce.com",
"packageAliases": {
"LWCRecipes": "0Ho3t000000KywNCAS",
"[email protected]": "04t3t000002wSUgAAM",
"[email protected]": "04t3t0000037toQAAQ",
"[email protected]": "04t3t0000037tozAAA",
"[email protected]": "04t3t0000037tp9AAA",
"[email protected]": "04t3t0000037tpEAAQ"
"[email protected]": "04t3t0000037tr0AAA"
}
}

0 comments on commit e9469b1

Please sign in to comment.