chore(modals): Removed the unnecessary season_details field from the SeasonDetailsModal
This commit is contained in:
@@ -16,7 +16,6 @@ pub struct EpisodeDetailsModal {
|
|||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub struct SeasonDetailsModal {
|
pub struct SeasonDetailsModal {
|
||||||
pub season_details: ScrollableText,
|
|
||||||
pub episodes: StatefulTable<Episode>,
|
pub episodes: StatefulTable<Episode>,
|
||||||
pub episode_details_modal: Option<EpisodeDetailsModal>,
|
pub episode_details_modal: Option<EpisodeDetailsModal>,
|
||||||
pub season_releases: StatefulTable<Release>,
|
pub season_releases: StatefulTable<Release>,
|
||||||
|
|||||||
Reference in New Issue
Block a user