Skip to content

Commit

Permalink
use local cards false
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicvaz committed Dec 4, 2023
1 parent 3bd8d27 commit ee639c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ interface WorkflowGalleryModalProps {
confirmFn: (json: any) => void;
}

const USE_LOCAL_CARDS = true;
const USE_LOCAL_CARDS = false;

const localCardsContents = [
{
Expand Down

0 comments on commit ee639c0

Please sign in to comment.