Skip to content

Commit a47b23c

Browse files
committed
Uses baseComponentKey
1 parent 359879a commit a47b23c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/service/sharepoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export async function saveToSharepointList(message) {
224224
)
225225
}
226226

227-
const componentKey = `${getSharepointFieldName(component)}${index + 1}`
227+
const componentKey = `${baseComponentKey}${index + 1}`
228228

229229
fields.set(componentKey, value)
230230
}

0 commit comments

Comments
 (0)