MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / getInitValues

Function getInitValues

web/src/pages/User/AddUser.js:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 const isMobile = useIsMobile();
31
32 const getInitValues = () => ({
33 username: '',
34 display_name: '',
35 password: '',
36 remark: '',
37 });
38
39 const submit = async (values) => {
40 setLoading(true);

Callers 3

submitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected