File tree Expand file tree Collapse file tree 2 files changed +5
-21
lines changed
routes/(console)/organization-[organization] Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 268
268
}}
269
269
>Feedback
270
270
</Button .Button >
271
- <svelte:fragment slot =" other" >
272
- {#if $isSmallViewport }
273
- <MobileFeedbackModal />
274
- {/if }
275
- </svelte:fragment >
276
271
</DropList >
277
272
278
273
<DropList show ={$showSupportModal } scrollable >
284
279
trackEvent (Click .SupportOpenClick , { source: ' side_nav' });
285
280
}}>
286
281
<span >Support</span >
287
-
288
- <svelte:fragment slot =" other" >
289
- <MobileSupportModal bind:show ={$showSupportModal }
290
- ></MobileSupportModal >
291
- </svelte:fragment >
292
282
</Button .Button >
293
283
</DropList >
294
284
</Layout .Stack >
330
320
}}
331
321
><span >Feedback</span >
332
322
</Button .Button >
333
- <svelte:fragment slot =" other" >
334
- {#if $isSmallViewport }
335
- <MobileFeedbackModal />
336
- {/if }
337
- </svelte:fragment >
338
323
</DropList >
339
324
340
325
<DropList show ={$showSupportModal } scrollable >
346
331
trackEvent (Click .SupportOpenClick , { source: ' side_nav' });
347
332
}}>
348
333
<span >Support</span >
349
-
350
- <svelte:fragment slot =" other" >
351
- <MobileSupportModal bind:show ={$showSupportModal }
352
- ></MobileSupportModal >
353
- </svelte:fragment >
354
334
</Button .Button >
355
335
</DropList >
356
336
</Layout .Stack >
361
341
</Sidebar .Base >
362
342
</div >
363
343
344
+ {#if $isSmallViewport }
345
+ <MobileFeedbackModal />
346
+ <MobileSupportModal bind:show ={$showSupportModal } />
347
+ {/if }
348
+
364
349
{#if subNavigation }
365
350
<div class ="sub-navigation" class:icons ={state === ' icons' }>
366
351
<svelte:component this ={subNavigation } />
Original file line number Diff line number Diff line change 26
26
name: string ,
27
27
error: string ,
28
28
role: string = isSelfHosted ? ' owner' : ' developer' ;
29
- emailInput : HTMLInputElement ;
30
29
31
30
async function create() {
32
31
try {
You can’t perform that action at this time.
0 commit comments