Skip to content

Commit

Permalink
unneeded autoLoaded variable removed
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeKeck committed Aug 26, 2024
1 parent efdc311 commit 8f6221e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/store/filament-profiles/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { FilamentProfilesState } from '@/store/filament-profiles/types'

export const defaultState = (): FilamentProfilesState => {
return {
autoLoaded: false,
filamentProfiles: [],
filamentSelectDialogState: {
show: false,
Expand Down
1 change: 0 additions & 1 deletion src/store/filament-profiles/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { Macro } from '@/store/macros/types'

export interface FilamentProfilesState {
autoLoaded: boolean;
filamentProfiles: FilamentProfile[];
filamentSelectDialogState?: FilamentSelectDialogState;
filamentPrintDialogState?: FilamentPrintDialogState;
Expand Down

0 comments on commit 8f6221e

Please sign in to comment.