Skip to content

Commit 254f58b

Browse files
committed
fix(scf): change cfsConfig to cfs
1 parent 35c1c2c commit 254f58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/scf/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,11 @@ const formatFunctionInputs = (region, inputs) => {
256256
}
257257

258258
// cfs config
259-
if (inputs.cfsConfig) {
259+
if (inputs.cfs) {
260260
functionInputs.CfsConfig = {
261261
CfsInsList: [],
262262
};
263-
inputs.cfsConfig.forEach((item) => {
263+
inputs.cfs.forEach((item) => {
264264
functionInputs.CfsConfig.CfsInsList.push({
265265
CfsId: item.cfsId,
266266
MountInsId: item.MountInsId || item.cfsId,

0 commit comments

Comments
 (0)