File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,9 @@ function getFeedSourcesColumns() {
1212
1313 const columns = [
1414 {
15- key : "slides" ,
16- // eslint-disable-next-line react/prop-types
17- content : ( { onNumberOfSlides } ) => < > { onNumberOfSlides } </ > ,
18- label : t ( "columns.number-of-slides" ) ,
15+ key : "publishing-from" ,
16+ content : ( { feedType } ) => < > { feedType } </ > ,
17+ label : t ( "columns.feed-type" ) ,
1918 } ,
2019 ] ;
2120
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { useTranslation } from "react-i18next";
33import ContentHeader from "../util/content-header/content-header" ;
44import {
55 useGetV2FeedSourcesQuery ,
6- useDeleteV2FeedSourcesByIdMutation ,
6+ useDeleteV2FeedSourcesByIdMutation
77} from "../../redux/api/api.generated.ts" ;
88import ListContext from "../../context/list-context.jsx" ;
99import ContentBody from "../util/content-body/content-body.jsx" ;
Original file line number Diff line number Diff line change 232232 "loading-messages" : {
233233 "deleting-feed-source" : " Sletter feed source(s)" ,
234234 "loading-feed-sources" : " Henter feed sources"
235+ },
236+ "columns" : {
237+ "feed-type" : " Type"
235238 }
236239 },
237240 "feed-source-manager" : {
You can’t perform that action at this time.
0 commit comments