fix: merge dev error (#1060)
Reviewed-on: daoyoucloud/tachybase#1060 Co-authored-by: bai.zixv <bai.zixv@foxmail.com> Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
This commit is contained in:
parent
7557b1c98a
commit
2c5275d857
@ -4,9 +4,6 @@ import { useFlowContext } from '@tachybase/plugin-workflow/client';
|
|||||||
import { useForm } from '@tachybase/schema';
|
import { useForm } from '@tachybase/schema';
|
||||||
|
|
||||||
import { ApprovalStatusEnumDict } from '../../constants';
|
import { ApprovalStatusEnumDict } from '../../constants';
|
||||||
|
|
||||||
import { ApprovalStatusEnumDict } from '../../constants';
|
|
||||||
|
|
||||||
import { useContextApprovalExecution } from '../../context/ApprovalExecution';
|
import { useContextApprovalExecution } from '../../context/ApprovalExecution';
|
||||||
|
|
||||||
export function useFormBlockProps() {
|
export function useFormBlockProps() {
|
||||||
|
@ -15,8 +15,6 @@ export const HomePage: React.FC<{}> = () => {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
console.log('%c Line:10 🥐 data', 'font-size:18px;color:#4fff4B;background:#e41a6a', data);
|
|
||||||
|
|
||||||
if (loading) {
|
if (loading) {
|
||||||
return render();
|
return render();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user