Skip to content

Commit

Permalink
Merge branch 'release' of https://github.com/appsmithorg/appsmith int…
Browse files Browse the repository at this point in the history
…o chore/remove-ff-entity-item-usage
  • Loading branch information
ankitakinger committed Feb 11, 2025
2 parents e864601 + c66512e commit 500002f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe(
agHelper.GetNClickByContains(dataSources._dropdownOption, "friends");

GenerateCRUDNValidateDeployPage(
"<p>Monica's old friend Rachel moves in with her after leaving her fiancé.</p>",
"Monica's old friend Rachel moves in with her after leaving her fiancé.",
`1994-09-22T00:00:00+00:00`,
"http://www.tvmaze.com/episodes/40646/friends-1x01-the-one-where-it-all-began",
11,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {
COMMITTING_AND_PUSHING_CHANGES,
createMessage,
DISCARD_CHANGES,
DISCARD_SUCCESS,
DISCARDING_AND_PULLING_CHANGES,
GIT_NO_UPDATED_TOOLTIP,
PULL_CHANGES,
Expand Down Expand Up @@ -239,7 +240,7 @@ function TabDeployView({
AnalyticsUtil.logEvent("GIT_DISCARD", {
source: "GIT_DISCARD_BUTTON_PRESS_2",
});
discard(createMessage(DISCARD_CHANGES));
discard(createMessage(DISCARD_SUCCESS));
setShowDiscardWarning(false);
setShouldDiscard(true);
setIsDiscarding(true);
Expand Down

0 comments on commit 500002f

Please sign in to comment.