mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 00:50:03 +00:00
Update useCreate.hook.js
This commit is contained in:
parent
22356b28b4
commit
c5d2296f4b
@ -126,7 +126,7 @@ export function useCreate() {
|
||||
backoff.current = false;
|
||||
checking.current = false;
|
||||
if (retry) {
|
||||
setCount(count++);
|
||||
setCount(count+1);
|
||||
}
|
||||
else {
|
||||
updateState({ usernameChecked: true, tokenChecked: true, serverChecked: true });
|
||||
|
Loading…
Reference in New Issue
Block a user