fix error is OfferDialog where assignment to a project was missed, plus some refactors

This commit is contained in:
2024-09-16 15:12:32 -06:00
parent 008ae9e906
commit 4fd2319d53
6 changed files with 27 additions and 22 deletions

View File

@@ -375,7 +375,6 @@
<script lang="ts">
import axios from "axios";
import { Vue, Component } from "vue-facing-decorator";
import { Router } from "vue-router";
import { DEFAULT_PUSH_SERVER, NotificationIface } from "@/constants/app";
import { retrieveSettingsForActiveAccount } from "@/db/index";