You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you edit multiple text fields and click on a save button, the text field of this button will be saved, but the others will be reset.
This problem arrives because the useQuery get all settings. So when a SetText update the setting using mutations, all the settings are fetched again, causing the erase the current unsaved state.
The text was updated successfully, but these errors were encountered:
If you edit multiple text fields and click on a save button, the text field of this button will be saved, but the others will be reset.
This problem arrives because the useQuery get all settings. So when a SetText update the setting using mutations, all the settings are fetched again, causing the erase the current unsaved state.
The text was updated successfully, but these errors were encountered: