Review changes done reduce code size

Signed-off-by: AmbrishRamachandiran <ambrish.r@infosys.com>
This commit is contained in:
AmbrishRamachandiran
2023-08-22 08:01:32 +05:30
parent 0357fee6d5
commit ba17063261
@@ -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 () => {