forked from trent_larson/crowd-funder-for-time-pwa
add DB setup with migrations
This commit is contained in:
@@ -333,7 +333,6 @@ export default class ImageMethodDialog extends Vue {
|
||||
* @throws {Error} When settings retrieval fails
|
||||
*/
|
||||
async mounted() {
|
||||
logger.log("ImageMethodDialog mounted");
|
||||
try {
|
||||
const settings = await retrieveSettingsForActiveAccount();
|
||||
this.activeDid = settings.activeDid || "";
|
||||
|
||||
Reference in New Issue
Block a user