* fix(folderpicker): remove position fixed so menu works in panel editor for dashlist & alertlist
* test(folderpicker): update snapshot
(cherry picked from commit 8b38b70e00)
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
co-authored by
Jack Westbrook
parent
48d280b999
commit
68d8de712d
@@ -159,7 +159,6 @@ export class FolderPicker extends PureComponent<Props, State> {
|
||||
loadOptions={this.debouncedSearch}
|
||||
onChange={this.onFolderChange}
|
||||
onCreateOption={this.createNewFolder}
|
||||
menuPosition="fixed"
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -10,7 +10,6 @@ exports[`FolderPicker should render 1`] = `
|
||||
defaultValue={Object {}}
|
||||
loadOptions={[Function]}
|
||||
loadingMessage="Loading folders..."
|
||||
menuPosition="fixed"
|
||||
onChange={[Function]}
|
||||
onCreateOption={[Function]}
|
||||
value={Object {}}
|
||||
|
||||
Reference in New Issue
Block a user