Skip to content

Commit

Permalink
feat: rework mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Adis Durakovic committed Mar 19, 2024
1 parent f4e8fff commit 625499e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/pages/repositories/[id]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
repo.value = useSettings().settings?.repositories.find((r: Repository) => r.id === useRoute().params.id)
prunes.value = repo.value.prune_params
idx.value = useSettings().settings!.repositories.findIndex((r: Repository) => r.id === repo.value.id)
mountPath.value = useSettings().settings.mounts.find((m: Mount) => m.id === useRoute().params.id)?.path ?? ''
watch(
() => [JSON.stringify(prunes.value)],
() => {
Expand Down

0 comments on commit 625499e

Please sign in to comment.