small comment update
This commit is contained in:
@@ -85,7 +85,7 @@ export function AccountsTab() {
|
|||||||
onSuccess: () => {
|
onSuccess: () => {
|
||||||
toast.success("Account added successfully!");
|
toast.success("Account added successfully!");
|
||||||
queryClient.invalidateQueries({ queryKey: ["credentials", activeService] });
|
queryClient.invalidateQueries({ queryKey: ["credentials", activeService] });
|
||||||
queryClient.invalidateQueries({ queryKey: ["config"] }); // Invalidate config to update active Spotify account in UI
|
queryClient.invalidateQueries({ queryKey: ["config"] }); // Invalidate config to update active Spotify/Deezer account in UI
|
||||||
setIsAdding(false);
|
setIsAdding(false);
|
||||||
setSubmitError(null);
|
setSubmitError(null);
|
||||||
reset();
|
reset();
|
||||||
|
|||||||
Reference in New Issue
Block a user