mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Revamp saveTrigger
This commit is contained in:
parent
325f3c8eea
commit
ce4ee3ba3f
15 changed files with 72 additions and 179 deletions
|
|
@ -14,7 +14,6 @@ import { i18nToNodes, initOnStartOrLangChange } from 'Common/Translator';
|
|||
import { LanguageStore } from 'Stores/Language';
|
||||
import { ThemeStore } from 'Stores/Theme';
|
||||
|
||||
import { SaveTriggerComponent } from 'Component/SaveTrigger';
|
||||
import { InputComponent } from 'Component/Input';
|
||||
import { SelectComponent } from 'Component/Select';
|
||||
import { TextAreaComponent } from 'Component/TextArea';
|
||||
|
|
@ -107,7 +106,6 @@ export class AbstractApp {
|
|||
}
|
||||
});
|
||||
|
||||
register('SaveTrigger', SaveTriggerComponent);
|
||||
register('Input', InputComponent);
|
||||
register('Select', SelectComponent);
|
||||
register('TextArea', TextAreaComponent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue