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 14a8f3fa6b013234be5e7aba453e7c15046cf06c
parent 7a15efbe062cd8e74e5ce81606ae214f0fdf8eff
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();
    }