mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
nit fix app
This commit is contained in:
Generated
+2
-2
@@ -162,8 +162,8 @@
|
||||
}
|
||||
},
|
||||
"../backend/parsers/windmill-parser-wasm/pkg-ts": {
|
||||
"name": "windmill-parser-wasm-ts",
|
||||
"version": "1.657.2"
|
||||
"name": "windmill-parser-wasm",
|
||||
"version": "1.654.0"
|
||||
},
|
||||
"node_modules/@alloc/quick-lru": {
|
||||
"version": "5.2.0",
|
||||
|
||||
@@ -153,8 +153,8 @@ export function computeS3FileViewerPolicy(config: RichConfigurations) {
|
||||
} else if (
|
||||
config.source.type === 'static' &&
|
||||
typeof config.source.value === 'string' &&
|
||||
((config.sourceKind.type === 'static' &&
|
||||
config.sourceKind.value === 's3 (workspace storage)') ||
|
||||
((config.sourceKind?.type === 'static' &&
|
||||
config.sourceKind?.value === 's3 (workspace storage)') ||
|
||||
config.source.value.startsWith('s3://'))
|
||||
) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user