🐛 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: get the selected folder from the api in componentDidMount
|
||||
public override render(): JSX.Element {
|
||||
console.log("Loading : ", this.props.isLoading);
|
||||
console.log("Anchor status : ", this.props.isAnchored);
|
||||
const redirectPathEditCollaborators = Module.getInstance()
|
||||
.get()
|
||||
.modules.pages.Folder.pages.EditCollaborators.props.path.replace("[folderUid]", this.props.selectedFolderUid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user