From ee276673d43756034e3f9772eaeb855d4fb313ce Mon Sep 17 00:00:00 2001 From: Sam Keen Date: Tue, 23 Aug 2022 18:26:52 +0100 Subject: [PATCH] feat(#1078): Update new asset proposal and rationale title in propose form (#1091) * Feat/1078: Update new asset proposal and rationale title in propose form * Update libs/wallet/src/wallet-types.ts Co-authored-by: botond <105208209+notbot00@users.noreply.github.com> Co-authored-by: botond <105208209+notbot00@users.noreply.github.com> --- libs/wallet/src/wallet-types.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/wallet/src/wallet-types.ts b/libs/wallet/src/wallet-types.ts index 3332fbc73..2f49e7f5a 100644 --- a/libs/wallet/src/wallet-types.ts +++ b/libs/wallet/src/wallet-types.ts @@ -228,8 +228,7 @@ interface Buy { export interface ProposalSubmission { rationale: { description: string; - hash?: string; - url?: string; + title?: string; }; terms: | ProposalFreeformTerms