()
| 115 | } |
| 116 | |
| 117 | const onSaveAsTemplate = () => { |
| 118 | setExportAsTemplateDialogProps({ |
| 119 | title: 'Export As Template', |
| 120 | tool: { |
| 121 | name: toolName, |
| 122 | description: toolDesc, |
| 123 | iconSrc: toolIcon, |
| 124 | schema: toolSchema, |
| 125 | func: toolFunc |
| 126 | } |
| 127 | }) |
| 128 | setExportAsTemplateDialogOpen(true) |
| 129 | } |
| 130 | |
| 131 | const onRowUpdate = (newRow) => { |
| 132 | setTimeout(() => { |