New statistcs view
This commit is contained in:
parent
b2c9c19cca
commit
b67a80e275
206 changed files with 275 additions and 890394 deletions
|
@ -232,7 +232,7 @@ export default class DeleteWizard extends Toggle {
|
|||
)).SetClass("block")
|
||||
}
|
||||
|
||||
private static constructMultipleChoice(config: DeleteConfig, tagsSource: UIEventSource<object>, state: FeaturePipelineState):
|
||||
private static constructMultipleChoice(config: DeleteConfig, tagsSource: UIEventSource<Record<string, string>>, state: FeaturePipelineState):
|
||||
InputElement<{ deleteReason: string } | { retagTo: TagsFilter }> {
|
||||
|
||||
const elements: InputElement<{ deleteReason: string } | { retagTo: TagsFilter }>[ ] = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue