|
@ -209,8 +209,6 @@ export default class GiftedDialog extends Vue { |
|
|
this.firstStep = !giver; |
|
|
this.firstStep = !giver; |
|
|
this.stepType = "giver"; |
|
|
this.stepType = "giver"; |
|
|
|
|
|
|
|
|
// Entity types are now set via props, no need to call updateEntityTypes() |
|
|
|
|
|
|
|
|
|
|
|
try { |
|
|
try { |
|
|
const settings = await this.$settings(); |
|
|
const settings = await this.$settings(); |
|
|
this.apiServer = settings.apiServer || ""; |
|
|
this.apiServer = settings.apiServer || ""; |
|
|