Skip to content

Commit

Permalink
fix(query-preview-list): enable inherit attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianArenal committed May 1, 2024
1 parent 3a79f19 commit b115c97
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
import { queriesPreviewXModule } from '../x-module';
import { QueryPreviewInfo } from '../store/types';
import { getHashFromQueryPreviewInfo } from '../utils/get-hash-from-query-preview';
import { AnimationProp } from '../../../types/animation-prop';
import { AnimationProp, QueryFeature } from '../../../types';
import { useRegisterXModule } from '../../../composables/use-register-x-module';
import QueryPreview from './query-preview.vue';
import { QueryFeature } from '../../../types';
interface QueryPreviewStatusRecord {
[query: string]: RequestStatus;
Expand Down

0 comments on commit b115c97

Please sign in to comment.