Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
Implement label editing
Rūdolfs Ošiņš committed 1 year ago
commit 379c3137f3c5b02369e0743698c206dcd786d394
parent a2e212303d24483a85b1f09fb1cda589e0feda2c
1 file changed +1 -1
modified src/components/LabelInput.svelte
@@ -1,6 +1,6 @@
<script lang="ts">
  import Icon from "@app/components/Icon.svelte";
-
  import Label from "./Label.svelte";
+
  import Label from "@app/components/Label.svelte";
  import TextInput from "@app/components/TextInput.svelte";

  interface Props {