Skip to content

Commit

Permalink
Update notExistDrivers's docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDumbTM committed Dec 11, 2024
1 parent a53d8c2 commit 3cc3365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/driver/DriverGroupView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const driverType = ref(
const groups = ref<Array<store.DriverGroup>>([])
/** driver ID of drivers that the executable path cannot be located */
/** driver ID of drivers that the executable cannot be found */
const notExistDrivers = ref<Array<string>>([])
const reordering = ref(false)
Expand Down
1 change: 1 addition & 0 deletions frontend/src/views/home/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const form = useTemplateRef('form')
const groups = ref<Array<store.DriverGroup>>([])
/** driver ID of drivers that the executable cannot be found */
const notExistDrivers = ref<Array<string>>([])
const settings = ref<store.AppSetting>({
Expand Down

0 comments on commit 3cc3365

Please sign in to comment.