This commit is contained in:
Kenneth Jannette
2024-01-16 21:50:07 -06:00
parent 19dc850374
commit e781e5a7c1
2 changed files with 6 additions and 4 deletions

View File

@@ -515,7 +515,9 @@ const DocEditPage = () => {
setShowSaveModal(true);
};
const handleReport = () => {};
const handleReport = () => {
setShowSaveModal(false);
};
const handleConfirmReport = () => {
setShowSaveModal(true);
@@ -669,7 +671,7 @@ const DocEditPage = () => {
issuetext={issueText}
setIssueText={setIssueText}
modalText={
"Please describe the issue. Other pertinent information will be automatically logged."
"Date/time and document id automatically logged. Support will address this within 24 hours."
}
/>
) : null}