Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dinger1986 authored Mar 10, 2024
1 parent 10f64a1 commit f8f74b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/composables/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function useScriptDropdown(setScript = null, { onMount = false } = {}) {
const script = ref(setScript);
const syntax = ref("");
const link = ref("");
const description = ref("");
const baseUrl =
"https://github.com/amidaware/community-scripts/blob/main/scripts/";

Expand Down Expand Up @@ -54,6 +55,7 @@ export function useScriptDropdown(setScript = null, { onMount = false } = {}) {
defaultEnvVars,
syntax,
link,
description,

//methods
getScriptOptions,
Expand Down

0 comments on commit f8f74b3

Please sign in to comment.