0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 14:12:40 +00:00

fix editPage url query & Saving label

This commit is contained in:
Gazook89
2022-09-18 19:37:40 -05:00
parent 0d931ed5b5
commit af8d327ae2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
name: Saving Issue
description: Report an issue Saving
labels: ["saving"]
labels: ["Saving"]
body:
- type: markdown
attributes:

View File

@@ -322,7 +322,7 @@ const EditPage = createClass({
<div className='errorContainer'>
Looks like there was a problem saving. <br />
Report the issue <a target='_blank' rel='noopener noreferrer'
href={`https://github.com/naturalcrit/homebrewery/issues/new?template=save_issue.yaml&error-code=${encodeURIComponent(errMsg)}`}>
href={`https://github.com/naturalcrit/homebrewery/issues/new?template=save_issue.yml&error-code=${encodeURIComponent(errMsg)}`}>
here
</a>.
</div>