mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
remove unecessary check
This commit is contained in:
@@ -137,17 +137,15 @@
|
||||
/>
|
||||
{/each}
|
||||
|
||||
{#each Object.keys(css ?? {}) as key (key + 'css')}
|
||||
{#if css}
|
||||
<ResolveStyle
|
||||
{id}
|
||||
{customCss}
|
||||
{extraKey}
|
||||
{key}
|
||||
bind:css={css[key]}
|
||||
componentStyle={$app.css?.buttoncomponent}
|
||||
/>
|
||||
{/if}
|
||||
{#each Object.keys(css ?? {}) as key (key)}
|
||||
<ResolveStyle
|
||||
{id}
|
||||
{customCss}
|
||||
{extraKey}
|
||||
{key}
|
||||
bind:css={css[key]}
|
||||
componentStyle={$app.css?.buttoncomponent}
|
||||
/>
|
||||
{/each}
|
||||
|
||||
<!-- gotoNewTab={resolvedConfig.onSuccess.selected == 'goto'} -->
|
||||
|
||||
Reference in New Issue
Block a user