mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: search button not working on image picker popover (#679)
This commit is contained in:
parent
12ad3892f8
commit
cfe7c5e0b7
@ -107,7 +107,7 @@ export const ImagePickerPopover: React.FC<Props> = ({ label, value, onChange })
|
||||
onChange={(e) => setFormData({ ...formData, search: e.target.value })}
|
||||
placeholder="Search for images"
|
||||
/>
|
||||
<PrimaryButton className="bg-indigo-600" size="sm">
|
||||
<PrimaryButton type="submit" className="bg-indigo-600" size="sm">
|
||||
Search
|
||||
</PrimaryButton>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user