mirror of
https://github.com/wekan/wekan.git
synced 2026-01-20 08:16:11 +01:00
indend corrections
This commit is contained in:
parent
3bf4f3ef40
commit
ef99e6a6b1
3 changed files with 11 additions and 11 deletions
|
|
@ -27,11 +27,11 @@ const CreateCustomFieldPopup = BlazeComponent.extendComponent({
|
|||
types() {
|
||||
const currentType = this.data().type;
|
||||
return this._types.
|
||||
map((type) => {return {
|
||||
value: type,
|
||||
name: TAPi18n.__(`custom-field-${type}`),
|
||||
selected: type === currentType,
|
||||
};});
|
||||
map((type) => {return {
|
||||
value: type,
|
||||
name: TAPi18n.__(`custom-field-${type}`),
|
||||
selected: type === currentType,
|
||||
};});
|
||||
},
|
||||
|
||||
isTypeNotSelected(type) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue