File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ export default register => {
1616 calcSignature : '' ,
1717 email : '' ,
1818 } ,
19- featureFlag : 'notebooksNewEndpoints' ,
2019 component : View ,
2120 readOnlyComponent : ReadOnly ,
2221 generateImports : ( ) =>
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export default register => {
1111 apiKey : '' ,
1212 email : '' ,
1313 } ,
14- featureFlag : 'notebooksNewEndpoints' ,
1514 component : View ,
1615 readOnlyComponent : ReadOnly ,
1716 generateImports : ( ) =>
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const ExportTaskButton: FC<Props> = ({
5757 const onClick = async ( ) => {
5858 const query = generate ? generate ( ) : data . query
5959
60- event ( 'Export Task Modal Skipped' , { from : type } )
60+ event ( 'Export Task Modal Skipped' , { from : type , type : data . endpoint } )
6161 let taskid
6262
6363 // we can soft delete the previously connected task by marking the old one inactive
You can’t perform that action at this time.
0 commit comments