mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 20:12:41 +00:00
fix editPage url query & Saving label
This commit is contained in:
2
.github/ISSUE_TEMPLATE/save_issue.yml
vendored
2
.github/ISSUE_TEMPLATE/save_issue.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Saving Issue
|
name: Saving Issue
|
||||||
description: Report an issue Saving
|
description: Report an issue Saving
|
||||||
labels: ["saving"]
|
labels: ["Saving"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -322,7 +322,7 @@ const EditPage = createClass({
|
|||||||
<div className='errorContainer'>
|
<div className='errorContainer'>
|
||||||
Looks like there was a problem saving. <br />
|
Looks like there was a problem saving. <br />
|
||||||
Report the issue <a target='_blank' rel='noopener noreferrer'
|
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
|
here
|
||||||
</a>.
|
</a>.
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user