mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove unused isProjectOwner prop on ShareProjectModal stoybook component'
GitOrigin-RevId: 1c7346e306a394d2193a10dcdf116eda98a3e628
This commit is contained in:
parent
045a1523d9
commit
08792ce66d
1 changed files with 2 additions and 3 deletions
|
@ -54,7 +54,7 @@ export const NonProjectOwnerLinkSharingOff = args => {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
return <ShareProjectModal {...args} isProjectOwner={false} />
|
return <ShareProjectModal {...args} />
|
||||||
}
|
}
|
||||||
|
|
||||||
export const NonProjectOwnerLinkSharingOn = args => {
|
export const NonProjectOwnerLinkSharingOn = args => {
|
||||||
|
@ -65,7 +65,7 @@ export const NonProjectOwnerLinkSharingOn = args => {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
return <ShareProjectModal {...args} isProjectOwner={false} />
|
return <ShareProjectModal {...args} />
|
||||||
}
|
}
|
||||||
|
|
||||||
export const RestrictedTokenMember = args => {
|
export const RestrictedTokenMember = args => {
|
||||||
|
@ -139,7 +139,6 @@ export default {
|
||||||
args: {
|
args: {
|
||||||
show: true,
|
show: true,
|
||||||
animation: false,
|
animation: false,
|
||||||
isProjectOwner: true,
|
|
||||||
user: {},
|
user: {},
|
||||||
project,
|
project,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue