@@ -60,7 +60,7 @@ export const ToolsMenu = () => {
6060 fz = { 12 }
6161 leftSection = { < VscSearchFuzzy /> }
6262 onClick = { ( ) => {
63- setVisible ( "jq" ) ( true ) ;
63+ setVisible ( "JQModal" , true ) ;
6464 gaEvent ( "open_jq_modal" ) ;
6565 } }
6666 >
@@ -70,7 +70,7 @@ export const ToolsMenu = () => {
7070 fz = { 12 }
7171 leftSection = { < VscJson /> }
7272 onClick = { ( ) => {
73- setVisible ( "schema" ) ( true ) ;
73+ setVisible ( "SchemaModal" , true ) ;
7474 gaEvent ( "open_schema_modal" ) ;
7575 } }
7676 >
@@ -80,7 +80,7 @@ export const ToolsMenu = () => {
8080 fz = { 12 }
8181 leftSection = { < MdFilterListAlt /> }
8282 onClick = { ( ) => {
83- setVisible ( "jpath" ) ( true ) ;
83+ setVisible ( "JPathModal" , true ) ;
8484 gaEvent ( "open_json_path_modal" ) ;
8585 } }
8686 >
@@ -91,7 +91,7 @@ export const ToolsMenu = () => {
9191 fz = { 12 }
9292 leftSection = { < SiJsonwebtokens /> }
9393 onClick = { ( ) => {
94- setVisible ( "jwt" ) ( true ) ;
94+ setVisible ( "JWTModal" , true ) ;
9595 gaEvent ( "open_jwt_modal" ) ;
9696 } }
9797 >
@@ -101,7 +101,7 @@ export const ToolsMenu = () => {
101101 fz = { 12 }
102102 leftSection = { < VscGroupByRefType /> }
103103 onClick = { ( ) => {
104- setVisible ( "type" ) ( true ) ;
104+ setVisible ( "TypeModal" , true ) ;
105105 gaEvent ( "open_type_modal" ) ;
106106 } }
107107 >
@@ -115,7 +115,7 @@ export const ToolsMenu = () => {
115115 leftSection = { < LuGlobe /> }
116116 rightSection = { < VscLock /> }
117117 onClick = { ( ) => {
118- setVisible ( "upgrade" ) ( true ) ;
118+ setVisible ( "UpgradeModal" , true ) ;
119119 gaEvent ( "rest_client_modal" ) ;
120120 } }
121121 >
@@ -126,7 +126,7 @@ export const ToolsMenu = () => {
126126 leftSection = { < FaWandMagicSparkles /> }
127127 rightSection = { < VscLock /> }
128128 onClick = { ( ) => {
129- setVisible ( "upgrade" ) ( true ) ;
129+ setVisible ( "UpgradeModal" , true ) ;
130130 gaEvent ( "open_ai_filter_modal" ) ;
131131 } }
132132 >
@@ -137,7 +137,7 @@ export const ToolsMenu = () => {
137137 leftSection = { < MdCompare /> }
138138 rightSection = { < VscLock /> }
139139 onClick = { ( ) => {
140- setVisible ( "upgrade" ) ( true ) ;
140+ setVisible ( "UpgradeModal" , true ) ;
141141 gaEvent ( "open_compare_data_modal" ) ;
142142 } }
143143 >
0 commit comments