Individual document sharing with permissions (#5814)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Tom Moor <tom@getoutline.com>
This commit is contained in:
@@ -107,6 +107,7 @@ const InputSelect = (props: Props) => {
|
||||
);
|
||||
|
||||
React.useEffect(() => {
|
||||
previousValue.current = value;
|
||||
select.setSelectedValue(value);
|
||||
}, [value]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user