fix: wizard loading order and zeroConf
This commit is contained in:
parent
0a491e0522
commit
97ffb7bdf1
17 changed files with 259 additions and 109 deletions
|
|
@ -39,7 +39,6 @@ const SAVE_CONFIG = gql`
|
|||
|
||||
const AllSet = ({ data: currentData, doContinue }) => {
|
||||
const classes = useStyles()
|
||||
console.log(currentData)
|
||||
|
||||
const { data } = useQuery(GET_INFO)
|
||||
const [saveConfig] = useMutation(SAVE_CONFIG, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue