Skip to content

Commit

Permalink
feat(editor-content): change id #29872
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobytes committed Sep 27, 2024
1 parent 20a4311 commit fb22f8f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ export const FileFieldStore = signalStore(
*/
getAssetData: rxMethod<string>(
pipe(
switchMap((identifier) => {
return uploadService.getContentById(identifier).pipe(
switchMap((id) => {
return uploadService.getContentById(id).pipe(
tapResponse({
next: (file) => {
patchState(store, {
Expand Down

0 comments on commit fb22f8f

Please sign in to comment.