Skip to content

Commit

Permalink
Case.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Nov 8, 2023
1 parent 0d17123 commit c9f3995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/instructions/createSObjectLwcQuickActions.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ <h1>Create sObject LWC Quick Actions</h1>
webviewMessaging.sendMessageRequest(
'generateLwcPageStatus',
{},
handlegenerateLwcPageStatusResponse
handleGenerateLwcPageStatusResponse
);
});

function handlegenerateLwcPageStatusResponse(response) {
function handleGenerateLwcPageStatusResponse(response) {
if (response.error) {
// If sObjects weren't found then hide the table and instead display the error message.
const sobjectDiv = document.getElementById(
Expand Down

0 comments on commit c9f3995

Please sign in to comment.