Skip to content

Commit

Permalink
Fix IndexOutOfBoundsException in Qute DevUI
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored and Postremus committed Nov 26, 2021
1 parent ff14333 commit 78937e4
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{#if info:devQuteInfos.templates.isEmpty}
{#include main}
{#body}
<h1>No Templates found</h1>
{/body}
{/include}
{#else}
{#include main}
{#title}Render Preview{/title}
{#style}
Expand Down Expand Up @@ -101,4 +108,5 @@


{/script}
{/include}
{/include}
{/if}

0 comments on commit 78937e4

Please sign in to comment.