Skip to content

Commit 527638e

Browse files
committed
refactor: hide the AI button from the more options box
1 parent e1893ce commit 527638e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,10 +1446,11 @@ function RemoteFunctions(config = {}) {
14461446

14471447
let content = `<div class="node-options">`;
14481448

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>`;
1449+
// @abose @devansh
1450+
// hiding it for now as AI is not yet ready
1451+
// content += `<span data-action="ai" title="${config.strings.ai}">
1452+
// ${ICONS.ai}
1453+
// </span>`;
14531454

14541455
// Only include select parent option if element supports it
14551456
if (showSelectParentOption) {

0 commit comments

Comments
 (0)