엄서훈

Results 4 issues of 엄서훈

``` findByApplier (applier: ObjectId) { return this.find({ applier }); } ``` That is my static method of `CircleApplicationModel` And I call this static function at controller like ``` const applied...

첫 번째 `신청 불가` 버튼과 두 번째 `신청 불가` 버튼의 색이 다름

bug
UI fix request

DimiButton에 `disabled` 속성을 만들어야 합니다.

feature request