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();
|
const { config } = useConfig();
|
||||||
function onClick(e: any) {
|
function onClick(e: any) {
|
||||||
if (config) {
|
if (config) {
|
||||||
fileDownload(JSON.stringify(config, null, '\t'), 'services.json');
|
fileDownload(JSON.stringify(config, null, '\t'), 'config.json');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ import {
|
|||||||
Title,
|
Title,
|
||||||
Text,
|
Text,
|
||||||
Tooltip,
|
Tooltip,
|
||||||
TextInput,
|
|
||||||
SegmentedControl,
|
SegmentedControl,
|
||||||
} from '@mantine/core';
|
} from '@mantine/core';
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
|
|||||||
Reference in New Issue
Block a user