File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ def entry_ids(self):
119119 classes = "mx-2" ,
120120 v_model = "abAutoApply" ,
121121 label = "Apply" ,
122- ** compact_styles ,
122+ ** compact_styles ,
123123 )
124124 with vuetify .VBtn (
125125 ** btn_styles ,
Original file line number Diff line number Diff line change @@ -135,9 +135,7 @@ def import_file(import_file, **kwargs):
135135 with vuetify .VWindow (v_model = ("drawer_mode" , 0 ), style = "height: 100%;" ):
136136 with vuetify .VWindowItem (style = "height: 100%;" ):
137137 with vuetify .VList (dense = True ):
138- with vuetify .VItemGroup (
139- v_model = ("active_id" , 0 ), color = "primary"
140- ):
138+ with vuetify .VItemGroup (v_model = ("active_id" , 0 ), color = "primary" ):
141139 with vuetify .VListItem (
142140 v_for = "(id, i) in source_ids" ,
143141 key = "i" ,
You can’t perform that action at this time.
0 commit comments