()
| 150 | }; |
| 151 | |
| 152 | const handleCreateDataScope = () => { |
| 153 | setVersion((v) => v + 1); |
| 154 | handleHideDialog(); |
| 155 | }; |
| 156 | |
| 157 | const handleShowClearDataScopeDialog = (scopeId: ID) => { |
| 158 | setType('clearDataScope'); |
nothing calls this directly
no test coverage detected