Skip to content

Commit

Permalink
Don't use adamziel/themes as the default GitHub export repo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Nov 27, 2023
1 parent e034518 commit 72d74fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ export default function GitHubExportForm({
owner: string;
repo: string;
}>({
owner: 'adamziel',
repo: 'themes',
owner: '',
repo: '',
});
function setFormValues(values: ExportFormValues) {
if (values.theme && !themes.includes(values.theme)) {
Expand Down

0 comments on commit 72d74fe

Please sign in to comment.