mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
Resource before custom object (#3253)
This commit is contained in:
@@ -296,9 +296,9 @@
|
||||
bind:currencyLocale={property.currencyLocale}
|
||||
/>
|
||||
{:else if property.selectedType == 'object' && property.format !== 'resource-s3'}
|
||||
<Tabs selected="custom-object">
|
||||
<Tab value="custom-object">Custom Object</Tab>
|
||||
<Tabs selected="resource">
|
||||
<Tab value="resource">Resource</Tab>
|
||||
<Tab value="custom-object">Custom Object</Tab>
|
||||
<svelte:fragment slot="content">
|
||||
<div class="pt-2">
|
||||
<TabContent value="custom-object">
|
||||
|
||||
Reference in New Issue
Block a user