|
|
@ -34,6 +34,13 @@ function ImportMovieRow(props) {
|
|
|
|
{id}
|
|
|
|
{id}
|
|
|
|
</VirtualTableRowCell>
|
|
|
|
</VirtualTableRowCell>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<VirtualTableRowCell className={styles.movie}>
|
|
|
|
|
|
|
|
<ImportMovieSelectMovieConnector
|
|
|
|
|
|
|
|
id={id}
|
|
|
|
|
|
|
|
isExistingMovie={isExistingMovie}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</VirtualTableRowCell>
|
|
|
|
|
|
|
|
|
|
|
|
<VirtualTableRowCell className={styles.monitor}>
|
|
|
|
<VirtualTableRowCell className={styles.monitor}>
|
|
|
|
<FormInputGroup
|
|
|
|
<FormInputGroup
|
|
|
|
type={inputTypes.MOVIE_MONITORED_SELECT}
|
|
|
|
type={inputTypes.MOVIE_MONITORED_SELECT}
|
|
|
@ -60,13 +67,6 @@ function ImportMovieRow(props) {
|
|
|
|
onChange={onInputChange}
|
|
|
|
onChange={onInputChange}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</VirtualTableRowCell>
|
|
|
|
</VirtualTableRowCell>
|
|
|
|
|
|
|
|
|
|
|
|
<VirtualTableRowCell className={styles.movie}>
|
|
|
|
|
|
|
|
<ImportMovieSelectMovieConnector
|
|
|
|
|
|
|
|
id={id}
|
|
|
|
|
|
|
|
isExistingMovie={isExistingMovie}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</VirtualTableRowCell>
|
|
|
|
|
|
|
|
</>
|
|
|
|
</>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|