feat(utils): useButtonConfirmation.onButtonClick -> onActivate

This commit is contained in:
2026-02-10 16:47:50 +01:00
parent 8502d1d8dc
commit 1458acd20b
6 changed files with 9 additions and 9 deletions

View File

@@ -40,7 +40,7 @@ const { selected, selectorPosition } = useButtonNavigation({
initialButton:
BUTTON_KEYS[locales.value.findIndex((l) => l.code === locale.value)] ??
BUTTON_KEYS[0]!,
onButtonClick: () => handleActivateA(),
onActivate: () => handleActivateA(),
navigation: {
english: {
right: "german",