mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(docs): remove parameter from example that's not in the api [skip ci] (#5471)
* Remove parameter from example that's not in the API * Update filter extensions Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
@@ -177,10 +177,9 @@ async function open(
|
||||
* ```typescript
|
||||
* import { save } from '@tauri-apps/api/dialog';
|
||||
* const filePath = await save({
|
||||
* multiple: true,
|
||||
* filters: [{
|
||||
* name: 'Image',
|
||||
* extensions: ['stronghold']
|
||||
* extensions: ['png', 'jpeg']
|
||||
* }]
|
||||
* });
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user