Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix issue error messages
Rūdolfs Ošiņš committed 1 year ago
commit d4e2503b05f4b3db319e423871cd2673f7661c15
parent 8622dba11189b93ad5c242fb19eea97c09d93182
1 file changed +2 -2
modified src/views/repo/Issue.svelte
@@ -248,7 +248,7 @@
      }
      editingTitle = false;
    } catch (error) {
-
      console.error("Issue editing failed: ", error);
+
      console.error("Issue title editing failed: ", error);
    } finally {
      await reload();
    }
@@ -298,7 +298,7 @@
        issues[issueIndex].state = state;
      }
    } catch (error) {
-
      console.error("Editing reactions failed", error);
+
      console.error("Changing issue state failed", error);
    } finally {
      await reload();
    }