Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shows version in help dialog and toast for full version info #3618

Merged
merged 7 commits into from
Jul 21, 2023
Prev Previous commit
Next Next commit
Update src/dispatch/static/dispatch/src/app/store.js
Co-authored-by: Will Sheldon <[email protected]>
  • Loading branch information
whitdog47 and wssheldon committed Jul 21, 2023
commit 6b3039e932f935e0e5016315accee135c8315686
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/src/app/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const actions = {
commit(
"notification_backend/addBeNotification",
{
text: `Hash: ${latest_commit_hash} | Message: ${latest_commit_message}`,
text: `Hash: ${latestCommitHash} | Message: ${latestCommitMessage}`,
type: "success",
},
{ root: true }
Expand Down
Loading