nit app runnable s3 input (#5609)

* nit app runnable s3 input

* n
This commit is contained in:
HugoCasa
2025-04-14 16:25:20 +02:00
committed by GitHub
parent 4308f7ab74
commit 12869e9170
@@ -200,11 +200,13 @@
bind:this={s3FilePicker}
readOnlyMode={false}
on:close={(e) => {
if (componentInput?.value?.s3) {
if (e.detail) {
if (componentInput) {
componentInput.value = e.detail
}
s3FileUploadRawMode = true
}
}}
bind:selectedFileKey={componentInput.value}
/>
{:else if format?.startsWith('resource-') && (componentInput.value == undefined || typeof componentInput.value == 'string')}
<ResourcePicker