feat(prompt): Use date, not time in prompts
This commit is contained in:
parent
4edd173207
commit
8e6934bb64
12 changed files with 34 additions and 18 deletions
|
|
@ -244,7 +244,7 @@ const Page = () => {
|
|||
};
|
||||
|
||||
fetchConfig();
|
||||
}, []);
|
||||
});
|
||||
|
||||
const saveConfig = async (key: string, value: any) => {
|
||||
setSavingStates((prev) => ({ ...prev, [key]: true }));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue