Review changes done reduce code size
Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
@@ -76,7 +76,7 @@ export const PlaylistEditDialog = ({
|
||||
const classes = useStyles();
|
||||
const identityApi = useApi(identityApiRef);
|
||||
const playlistApi = useApi(playlistApiRef);
|
||||
const playlistPromise = useRef(playlistApi.getAllPlaylists());
|
||||
const playlistPromise = useRef(playlistApi.getAllPlaylists({}));
|
||||
const [editingOtherFields, setEditingOtherFields] = useState(false);
|
||||
const { loading: loadingOwnership, value: ownershipRefs } =
|
||||
useAsync(async () => {
|
||||
|
||||
Reference in New Issue
Block a user