🐛 Forgot console log
This commit is contained in:
parent
040906173e
commit
1fa331e329
@ -75,8 +75,6 @@ class FolderInformationClass extends BasePage<IPropsClass, IState> {
|
|||||||
// TODO: Message if the user has not created any folder yet
|
// TODO: Message if the user has not created any folder yet
|
||||||
// TODO: get the selected folder from the api in componentDidMount
|
// TODO: get the selected folder from the api in componentDidMount
|
||||||
public override render(): JSX.Element {
|
public override render(): JSX.Element {
|
||||||
console.log("Loading : ", this.props.isLoading);
|
|
||||||
console.log("Anchor status : ", this.props.isAnchored);
|
|
||||||
const redirectPathEditCollaborators = Module.getInstance()
|
const redirectPathEditCollaborators = Module.getInstance()
|
||||||
.get()
|
.get()
|
||||||
.modules.pages.Folder.pages.EditCollaborators.props.path.replace("[folderUid]", this.props.selectedFolderUid);
|
.modules.pages.Folder.pages.EditCollaborators.props.path.replace("[folderUid]", this.props.selectedFolderUid);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user