Skip to content

Commit

Permalink
Fix broken export function import.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Nov 8, 2023
1 parent ef54222 commit 3b6f557
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/Edit/buttons/ExportButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { __ } from '@wordpress/i18n'
import { Button } from '../../common/Button'
import { ExportSnippets } from '../../types/ExportSnippets'
import { useSnippetsAPI } from '../../utils/api/snippets'
import { downloadSnippetExportFile } from '../../utils/general'
import { downloadSnippetExportFile } from '../../utils/files'
import { useSnippetForm } from '../SnippetForm/context'

export const ExportButtons: React.FC = () => {
Expand Down
1 change: 0 additions & 1 deletion php/cloud/class-cloud-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ public function add_map_link( Cloud_Link $link ) {
);
}


/**
* Delete a snippet from local-to-cloud map.
*
Expand Down
2 changes: 1 addition & 1 deletion php/cloud/class-cloud-search-list-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

/**
* This class handles the table for the manage cloud snippets search results
* Class for handling the cloud search results table.
*
* @property string $_pagination Pagination HTML.
*
Expand Down

0 comments on commit 3b6f557

Please sign in to comment.