mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
Drop unused TextAreaComponent
This commit is contained in:
parent
e35fbea415
commit
d69e45f7bf
3 changed files with 0 additions and 19 deletions
|
|
@ -1,12 +0,0 @@
|
|||
import { AbstractInput } from 'Component/AbstractInput';
|
||||
|
||||
export class TextAreaComponent extends AbstractInput {
|
||||
/**
|
||||
* @param {Object} params
|
||||
*/
|
||||
constructor(params) {
|
||||
super(params);
|
||||
|
||||
this.rows = params.rows || 5;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue