()
| 156 | * Create default field configuration |
| 157 | */ |
| 158 | export function createDefaultFieldConfig(): TaskModalFieldsConfig { |
| 159 | return { |
| 160 | version: 1, |
| 161 | fields: [...DEFAULT_CORE_FIELDS], |
| 162 | groups: [...DEFAULT_FIELD_GROUPS], |
| 163 | }; |
| 164 | } |
| 165 | |
| 166 | /** |
| 167 | * Get fields for a specific modal type |
no outgoing calls
no test coverage detected