bugfix: don't show a toast when onboarding changes (#346)
This commit is contained in:
@ -154,7 +154,6 @@ export const settingsMachine = createMachine(
|
||||
onboardingStatus: (_, event) => event.data.onboardingStatus,
|
||||
}),
|
||||
'persistSettings',
|
||||
'toastSuccess',
|
||||
],
|
||||
target: 'idle',
|
||||
internal: true,
|
||||
|
||||
@ -25,7 +25,6 @@ export interface Typegen0 {
|
||||
| 'Set Base Unit'
|
||||
| 'Set Default Directory'
|
||||
| 'Set Default Project Name'
|
||||
| 'Set Onboarding Status'
|
||||
| 'Set Theme'
|
||||
| 'Set Unit System'
|
||||
| 'Toggle Debug Panel'
|
||||
|
||||
Reference in New Issue
Block a user