Project

General

Profile

Download (162 Bytes) Statistics
| Branch: | Tag: | Revision:
import $ from 'jquery';

export function trendTypeSelected({ value }) {
$('#trend_trendable_id, #trend_name').attr('disabled', value !== 'FactName').val('');
}
(26-26/30)