Skip to content

Commit

Permalink
fix: job selector in app config
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed May 20, 2024
1 parent 4b5e197 commit 02eef22
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/rector/AppConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,6 @@ const onSubmitThrottle = useThrottleFn(async (event: FormSubmitEvent<Schema>) =>
multiple
:options="jobs ?? []"
value-attribute="name"
by="name"
:searchable-placeholder="$t('common.search_field')"
@focusin="focusTablet(true)"
@focusout="focusTablet(false)"
Expand Down Expand Up @@ -515,7 +514,6 @@ const onSubmitThrottle = useThrottleFn(async (event: FormSubmitEvent<Schema>) =>
multiple
:options="jobs ?? []"
value-attribute="name"
by="name"
:searchable-placeholder="$t('common.search_field')"
@focusin="focusTablet(true)"
@focusout="focusTablet(false)"
Expand Down Expand Up @@ -586,7 +584,6 @@ const onSubmitThrottle = useThrottleFn(async (event: FormSubmitEvent<Schema>) =>
multiple
:options="jobs ?? []"
value-attribute="name"
by="name"
:searchable-placeholder="$t('common.search_field')"
@focusin="focusTablet(true)"
@focusout="focusTablet(false)"
Expand Down Expand Up @@ -671,7 +668,6 @@ const onSubmitThrottle = useThrottleFn(async (event: FormSubmitEvent<Schema>) =>
multiple
:options="jobs ?? []"
value-attribute="name"
by="name"
:searchable-placeholder="$t('common.search_field')"
@focusin="focusTablet(true)"
@focusout="focusTablet(false)"
Expand Down

0 comments on commit 02eef22

Please sign in to comment.