We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1893ce commit 527638eCopy full SHA for 527638e
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -1446,10 +1446,11 @@ function RemoteFunctions(config = {}) {
1446
1447
let content = `<div class="node-options">`;
1448
1449
- // not sure if we need to hide/show the AI icon, right now showing always
1450
- content += `<span data-action="ai" title="${config.strings.ai}">
1451
- ${ICONS.ai}
1452
- </span>`;
+ // @abose @devansh
+ // hiding it for now as AI is not yet ready
+ // content += `<span data-action="ai" title="${config.strings.ai}">
+ // ${ICONS.ai}
1453
+ // </span>`;
1454
1455
// Only include select parent option if element supports it
1456
if (showSelectParentOption) {
0 commit comments