add missing field to Node.php comment
This commit is contained in:
parent
be1b05e0ec
commit
1c8143ad9d
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import AdminBox from '@/components/admin/AdminBox';
|
||||
import tw from 'twin.macro';
|
||||
import { number, object, string } from 'yup';
|
||||
import { object, string } from 'yup';
|
||||
import updateNode from '@/api/admin/nodes/updateNode';
|
||||
import Button from '@/components/elements/Button';
|
||||
import Field from '@/components/elements/Field';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue