mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
Shorten onbaording (#5198)
Also added `enableDesktopInstallSlide` flag in `settings.yml` to hide the download for desktop page in the onboarding. --------- Co-authored-by: James Brunton <[email protected]>
This commit is contained in:
co-authored by
James Brunton
parent
371d816ce7
commit
0064c1866e
@@ -49,7 +49,9 @@ const auditService = {
|
||||
* Get audit system status
|
||||
*/
|
||||
async getSystemStatus(): Promise<AuditSystemStatus> {
|
||||
const response = await apiClient.get<any>('/api/v1/proprietary/ui-data/audit-dashboard');
|
||||
const response = await apiClient.get('/api/v1/proprietary/ui-data/audit-dashboard', {
|
||||
suppressErrorToast: true,
|
||||
});
|
||||
const data = response.data;
|
||||
|
||||
// Map V1 response to expected format
|
||||
|
||||
Reference in New Issue
Block a user