mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 06:55:51 +01:00
Change config name and convert back to LF...
This commit is contained in:
@@ -7,7 +7,7 @@ export default function SaveConfigComponent(props: any) {
|
||||
const { config } = useConfig();
|
||||
function onClick(e: any) {
|
||||
if (config) {
|
||||
fileDownload(JSON.stringify(config, null, '\t'), 'services.json');
|
||||
fileDownload(JSON.stringify(config, null, '\t'), 'config.json');
|
||||
}
|
||||
}
|
||||
return (
|
||||
|
||||
@@ -6,7 +6,6 @@ import {
|
||||
Title,
|
||||
Text,
|
||||
Tooltip,
|
||||
TextInput,
|
||||
SegmentedControl,
|
||||
} from '@mantine/core';
|
||||
import { useState } from 'react';
|
||||
|
||||
Reference in New Issue
Block a user