Fix post merge revamp navigation bar (#6297)
Closes #6285 @charlesBochet Also added some more utils for our component state v2.
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
export const getRelayCursorFromRecordId = (recordId: string) => {
|
||||
return btoa(`[1, "${recordId}"]`);
|
||||
};
|
||||
Reference in New Issue
Block a user