data: remove incorrect React tag from CDC Starter Kit project
CDC Starter Kit uses vanilla JavaScript + SAP CDC SDK, not React. This caused the chat agent to incorrectly report React usage in that project.
This commit is contained in:
@@ -694,7 +694,6 @@
|
||||
"technologies": [
|
||||
"SAP CDC",
|
||||
"JavaScript",
|
||||
"React",
|
||||
"API Integration",
|
||||
"Authentication"
|
||||
],
|
||||
|
||||
@@ -699,7 +699,6 @@
|
||||
"technologies": [
|
||||
"SAP CDC",
|
||||
"JavaScript",
|
||||
"React",
|
||||
"Integración de APIs",
|
||||
"Autenticación"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user