Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 18, 2024
1 parent 27b8853 commit 2d10871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databox/client/src/components/Media/Asset/AssetView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default function AssetView({modalIndex, open}: Props) {

const {data, isSuccess} = useModalFetch({
queryKey,
staleTime: 2000,
queryFn: () =>
Promise.all([
getAsset(assetId!),
Expand Down

0 comments on commit 2d10871

Please sign in to comment.