## Description Add chat option when AI flag is enabled <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced the function configuration interface by adding an informative tooltip to the functions header. - Updated button and menu labels for uniform text presentation. - Introduced a conditional "Chat with us" navigation option that activates AI support. - Expanded the help menu to include a direct option for launching the AI support modal. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
4 lines
74 B
TypeScript
4 lines
74 B
TypeScript
import { noop } from "lodash";
|
|
|
|
export const toggleAISupportModal = noop;
|