mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: ci build (#6687)
This commit is contained in:
parent
0961c4399d
commit
454ab34921
@ -8,8 +8,9 @@
|
||||
*/
|
||||
|
||||
import dayjs from 'dayjs';
|
||||
import utc from 'dayjs/plugin/utc';
|
||||
import { BaseInterface } from './base-interface';
|
||||
|
||||
dayjs.extend(utc);
|
||||
export class TimeInterface extends BaseInterface {
|
||||
toValue(value: any, ctx?: any) {
|
||||
if (this.validate(value)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user