Skip to content

Commit

Permalink
fix discussion creation
Browse files Browse the repository at this point in the history
  • Loading branch information
LeosPrograms committed Feb 25, 2024
1 parent 937bac0 commit 85ef7a9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let attachments: Array<HrlB64WithContext> = [];
let errorSnackbar: Snackbar;
// let threadsInfos: HoloHashMap<EntryHash, AppletInfo> = new HoloHashMap
let discussionApps = {};
let selectedDiscussionApp: string;
let selectedDiscussionApp: string = "none";
let attachmentTypes = [];
let dna;
Expand Down Expand Up @@ -189,6 +189,7 @@ async function createDeliberation() {
</div> -->

{#if isWeContext}
{#if false}
<div style="display:flex; flex-wrap:wrap; align-items: center; margin-bottom:10px;">
<!-- {JSON.stringify(discussionApps[0])} -->
<!-- dropdown selector for discussion apps -->
Expand All @@ -206,6 +207,7 @@ async function createDeliberation() {
<option value="none">No discussion</option>
</select>
</div>
{/if}
<div style="display:flex; flex-wrap:wrap; align-items: center; margin-bottom:10px;">
<label>Attachments &nbsp;
</label>
Expand Down

0 comments on commit 85ef7a9

Please sign in to comment.