feat: Add note ID for errored notes in note options (#737)
This commit is contained in:
@@ -229,6 +229,13 @@ export const NotesOptions = observer(
|
|||||||
if (errored) {
|
if (errored) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
{notes.length === 1 ? (
|
||||||
|
<div className="px-3 pt-1.5 pb-1 text-xs color-neutral font-medium">
|
||||||
|
<div>
|
||||||
|
<span className="font-semibold">Note ID:</span> {notes[0].uuid}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
) : null}
|
||||||
<DeletePermanentlyButton
|
<DeletePermanentlyButton
|
||||||
closeOnBlur={closeOnBlur}
|
closeOnBlur={closeOnBlur}
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user