mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-28 05:20:57 +01:00
feat: sort / description improvements on scoring page (#147)
- swap upgrade / format descriptions - default to advanced format view - persist view choice after modal closes / tab changes
This commit is contained in:
@@ -173,11 +173,6 @@ export const pushFiles = async () => {
|
||||
const response = await axios.post(`/api/git/push`);
|
||||
return response.data;
|
||||
} catch (error) {
|
||||
console.log(
|
||||
'Push error full structure:',
|
||||
JSON.stringify(error.response?.data, null, 2)
|
||||
);
|
||||
|
||||
if (error.response?.data?.error) {
|
||||
return error.response.data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user