Latest version #12
.envpackage.jsonpnpm-lock.yaml
src
App.tsxauthProvider.ts
svg.d.tstsconfig.jsontsconfig.node.jsonvite.config.tscomponents
index.tsxlib
pages
article
carrier
city
country
media
route
sight
station
preview
assets
components
AttractionShortPreview
AttractionWidget
Drawer
MapWidget
MapWidgetContext.tsx
components
MapWidget
TrackAttractions
TrackLine.tsxTrackStations
StationLabel.tsxStationLabelContent.tsxStationLabelEdit.tsxTrackStations.cssTrackStations.tsxindex.ts
TramMarker
index.tshooks
index.tsmap-widget-context.interface.tsmap-widget.constant.tsmap-widget.interface.tsutils
MyComponent
RoutInfoWidget
TouchScrollWrapper
TransportIcon
WeatherWidget
icons
DetHumidity.tsxDetWind.tsxcond_cloudy.svgcond_partlycloudy.svgcond_rainy.svgcond_snow.svgcond_snowy.svgcond_sunny.svgcond_thunder.svgdet_humidity.svgdet_wind.svg
index.tsweather-widget-icon.tsxweather-widget-right.tsxweather-widget-time.tsxweather-widget-today.tsxweather-widget.tsxweather.constant.tsweather.interface.tsfonts
LICENSE.txtRoboto-Black.ttfRoboto-BlackItalic.ttfRoboto-Bold.ttfRoboto-BoldItalic.ttfRoboto-Italic.ttfRoboto-Light.ttfRoboto-LightItalic.ttfRoboto-Medium.ttfRoboto-MediumItalic.ttfRoboto-Regular.ttfRoboto-Thin.ttfRoboto-ThinItalic.ttf
icons
index.tslightbox
Lightbox.cssLightbox.tsxLightboxContent.tsxLightboxContext.tsxObject3DLightbox.tsxPhotoSphereLightbox.tsxindex.ts
model-viewer
route-preview
components
hooks
index.tsmappers
styles
i18n
LocaleSwitcher
en.jsoni18n.interface.tsindex.tslanguage-loader.tslocalization-context.tsxru.jsonuseServerLocalization.tszh.jsontypes
article.interface.tsattraction-group-icon-size.type.tsattraction-widget.interface.tsattraction.interface.tsconstants.tscoordinates.type.tsindex.tslightbox.interface.tsmedia.type.tson-map.type.tsoption.type.tsorder.type.tsset-state.type.tsstation.interface.tsstation.tstrack.type.tstransport.type.tsuuid.type.ts
utils
widgets
MapWidgetContainer
RouteInfoWidgetContainer
WeatherWidget
all-attractions-dropdown
attractions-widget
dashboard
main
nav-widget
components
hooks
nav-widget-container.tsxnav-widget.interface.tsnav-widget.styles.tsxnav-widget.tsxoperative-info-widget
OperativeInfoWidget.cssalert.interface.tsoperative-info-widget.tsxtransfer.interface.tsuseOperativeInfo.ts
weather-widget
providers
store
8638
pnpm-lock.yaml
generated
Normal file
8638
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -116,9 +116,6 @@ export const ArticleEdit = () => {
|
|||||||
|
|
||||||
const { data: mediaData } = useList<MediaItem>({
|
const { data: mediaData } = useList<MediaItem>({
|
||||||
resource: `article/${articleId}/media`,
|
resource: `article/${articleId}/media`,
|
||||||
queryOptions: {
|
|
||||||
enabled: !!articleId,
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Reference in New Issue
Block a user