From 752a795f8f34f74b41258ea5375a813d088192be Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Tue, 18 Nov 2025 11:06:38 +0100 Subject: [PATCH] feat(app): better preset select message --- flowsint-app/src/components/graphs/settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flowsint-app/src/components/graphs/settings.tsx b/flowsint-app/src/components/graphs/settings.tsx index 13bd0c5b..23486652 100644 --- a/flowsint-app/src/components/graphs/settings.tsx +++ b/flowsint-app/src/components/graphs/settings.tsx @@ -380,7 +380,7 @@ function DynamicSection({ categoryId, category, title, description }: DynamicSec size="sm" onClick={() => { applyPreset(presetName) - toast.success('Settings saved') + toast.success('Settings saved. Re-apply a layout to see changes.') }} className="justify-start" >